Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/exceptiongroup/
Date: Thu, 03 Nov 2022 19:41:14
Message-Id: 1667504416.99bedc892a8469ae3b297794bdd024e7fc4a497e.arthurzam@gentoo
1 commit: 99bedc892a8469ae3b297794bdd024e7fc4a497e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 19:40:16 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 19:40:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bedc89
7
8 dev-python/exceptiongroup: drop 1.0.0_rc8, 1.0.0_rc9
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/exceptiongroup/Manifest | 2 --
13 .../exceptiongroup/exceptiongroup-1.0.0_rc8.ebuild | 34 ----------------------
14 .../exceptiongroup/exceptiongroup-1.0.0_rc9.ebuild | 34 ----------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/dev-python/exceptiongroup/Manifest b/dev-python/exceptiongroup/Manifest
18 index 2d9efab93073..b4f69ffa63aa 100644
19 --- a/dev-python/exceptiongroup/Manifest
20 +++ b/dev-python/exceptiongroup/Manifest
21 @@ -1,3 +1 @@
22 DIST exceptiongroup-1.0.0.gh.tar.gz 19766 BLAKE2B 2c4aa2c7c096b91971872b2236fad211a1bd7cb8ae921f5a0255b5a534eefdb5033bbca4c562ff7045acf30e13371a38d52851749cd5bca4df6adfe359a43012 SHA512 e2e05066c0c7664bb36696737c0c33abd811637c5f0ae7e70a20525283d4db4667fa814b15cb6b21165416ae1a0c47f22250a2ed9be4be99b6237e0c1b45fdd4
23 -DIST exceptiongroup-1.0.0rc8.gh.tar.gz 17562 BLAKE2B 617e174e32f4c062f576b12c9dfe96e5495003097dc0da82e383019a65b2a043546d4b73181081defb641d453127e056be52e55e76fdf0ec0247513f5eb211ff SHA512 f7f1700403f345755a1e32c77eb43744b366b1f55446e1898dd960988d23396ad8334bef072ecc7ec5ac7075300f0f3e8e9a0d454d9dd80677ae55b4166fc6e4
24 -DIST exceptiongroup-1.0.0rc9.gh.tar.gz 19109 BLAKE2B b4a4c127909908aa2d9fb2bfff0f0ae6c6b9be88046a680b6b206164b0ec0d6bc325ec65ce3e61df2270e6b0397ff5f7f11c219a62dc4a3534b1564da64935b3 SHA512 43f0f7338f5e09d45a5b4e1723ecab6dcd1872a387eaf8483961b86db5f1b7c265798538726ec9f2d0d6bd289ff3124883f5095dd7f04fd9b64c9230ce454098
25
26 diff --git a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc8.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc8.ebuild
27 deleted file mode 100644
28 index a02d461d86a0..000000000000
29 --- a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc8.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..11} )
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="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc 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_rc9.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc9.ebuild
68 deleted file mode 100644
69 index b848cb3eea31..000000000000
70 --- a/dev-python/exceptiongroup/exceptiongroup-1.0.0_rc9.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..11} )
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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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 -}