Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/exceptiongroup/
Date: Fri, 27 May 2022 07:35:13
Message-Id: 1653636806.e8725789c3c563cfa59d060cb09359468edb8397.mgorny@gentoo
1 commit: e8725789c3c563cfa59d060cb09359468edb8397
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 07:33:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 07:33:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8725789
7
8 dev-python/exceptiongroup: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/exceptiongroup/Manifest | 2 --
13 .../exceptiongroup/exceptiongroup-1.0.0_rc5.ebuild | 34 ----------------------
14 .../exceptiongroup/exceptiongroup-1.0.0_rc6.ebuild | 34 ----------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/dev-python/exceptiongroup/Manifest b/dev-python/exceptiongroup/Manifest
18 index 6f00ff32de32..3f3b2be30f63 100644
19 --- a/dev-python/exceptiongroup/Manifest
20 +++ b/dev-python/exceptiongroup/Manifest
21 @@ -1,3 +1 @@
22 -DIST exceptiongroup-1.0.0rc5.gh.tar.gz 16454 BLAKE2B 55af4d2240e4a5567f5669d15e8507c454d47c1f7d8f72212afeecfa37e0c4a6b36f9176a87a48d3f9edf0628a8c99863670d24aca3770dd88abaa463784c731 SHA512 dd5ee895b4531524c4f0dfaedf818ac76a1b6fe74cd75bbce824b6a0d2b981673ffd6ba36f71b5dacf3e17c89d196a258400d04a64c71f28c221d7fb0f934ab7
23 -DIST exceptiongroup-1.0.0rc6.gh.tar.gz 17184 BLAKE2B 75a1a07d683cbd4d23c25156f4ff3fbda3f08e7df3be67320b08e995f469a9cbd66ca90391fb586972c5c601aff60d44eba3ec5c2d3cccbc791a0482600caea2 SHA512 f74fe5b5df5c7ceb09076db4b7327e2a22202f61fbbfcaeef4f2ce7fb0725a8f57756473db6b2d92d3ee044e26c7ad135d8366944e0858439c4a77ed8b5b7362
24 DIST exceptiongroup-1.0.0rc7.gh.tar.gz 17323 BLAKE2B fc96a1a7978c4ac403132fbb9fba57cd61e8078e1d99e7103e37d7273737c2d8fbf84441a9cfc3c21a355713b13ec78f9befedcc05a74d9bb954ca80965dc789 SHA512 272675f3322f904b6270689696b2a770d8a96f195d8b142986f574e9c67735865afbde8bba0c5bdd43d299fc1f44a3360d273f9b15097efdcfa46f21f40d62bf
25
26 diff --git a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc5.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc5.ebuild
27 deleted file mode 100644
28 index 2571619d98a3..000000000000
29 --- a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc5.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=flit_scm
38 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -MY_P=${P/_}
43 -DESCRIPTION="Backport of PEP 654 (exception groups)"
44 -HOMEPAGE="
45 - https://github.com/agronholm/exceptiongroup/
46 - https://pypi.org/project/exceptiongroup/
47 -"
48 -SRC_URI="
49 - https://github.com/agronholm/exceptiongroup/archive/${PV/_}.tar.gz
50 - -> ${MY_P}.gh.tar.gz
51 -"
52 -S=${WORKDIR}/${MY_P}
53 -
54 -LICENSE="MIT PSF-2.4"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~x86"
57 -
58 -distutils_enable_tests pytest
59 -
60 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_}
61 -
62 -python_test() {
63 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
64 - epytest
65 -}
66
67 diff --git a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc6.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc6.ebuild
68 deleted file mode 100644
69 index 2571619d98a3..000000000000
70 --- a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc6.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -DISTUTILS_USE_PEP517=flit_scm
79 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
80 -
81 -inherit distutils-r1
82 -
83 -MY_P=${P/_}
84 -DESCRIPTION="Backport of PEP 654 (exception groups)"
85 -HOMEPAGE="
86 - https://github.com/agronholm/exceptiongroup/
87 - https://pypi.org/project/exceptiongroup/
88 -"
89 -SRC_URI="
90 - https://github.com/agronholm/exceptiongroup/archive/${PV/_}.tar.gz
91 - -> ${MY_P}.gh.tar.gz
92 -"
93 -S=${WORKDIR}/${MY_P}
94 -
95 -LICENSE="MIT PSF-2.4"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -
99 -distutils_enable_tests pytest
100 -
101 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_}
102 -
103 -python_test() {
104 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
105 - epytest
106 -}