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/importlib_resources/
Date: Tue, 17 May 2022 04:55:14
Message-Id: 1652762910.b02b3650013888cd4c1fb2cba6624deaf9b48eda.mgorny@gentoo
1 commit: b02b3650013888cd4c1fb2cba6624deaf9b48eda
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 04:48:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 04:48:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02b3650
7
8 dev-python/importlib_resources: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/importlib_resources/Manifest | 3 --
13 .../importlib_resources-5.4.0-r3.ebuild | 43 ----------------------
14 .../importlib_resources-5.6.0.ebuild | 43 ----------------------
15 .../importlib_resources-5.7.0.ebuild | 43 ----------------------
16 4 files changed, 132 deletions(-)
17
18 diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest
19 index aee4543e3e0e..4416a0f5ca2d 100644
20 --- a/dev-python/importlib_resources/Manifest
21 +++ b/dev-python/importlib_resources/Manifest
22 @@ -1,4 +1 @@
23 -DIST importlib_resources-5.4.0.tar.gz 30554 BLAKE2B f5be47cb63813aea15f65d251115cf398f695041871fdf6e8885fee11d9a9d7a2fbfd07efd494bd7c91077f99ab871e06d45f49de9f7e501a1691601206bfb55 SHA512 9262c185bdf79fad0a11caabc5c5df836702a74e140a9f60ace857e3f6a60fdb091639b2fb7129b17bad5a46968f43dda7d176fe39af495370dd31f04891fb1b
24 -DIST importlib_resources-5.6.0.tar.gz 30846 BLAKE2B 9a83554cd65b7851c4a8c977509f3fc255de3c5927661764e702eeae142b7d0cc75f809fe2a438b6f3acdb2facbdc3dadbf3f9dfed5615643dc15e04545dcf8c SHA512 d3c88dd5f1877b205b4c53ab9c8d4180ae87be0ff9dd11483024de40c84fe7da359f70337aeacc5df3b6deca88b903bb01850da8a54fd057e4174806ae767deb
25 -DIST importlib_resources-5.7.0.tar.gz 31185 BLAKE2B eefdc2380b580c274391369eb7a0432f74987a140a9a2eab2c43756148c1982ffa6f91ddad69992b85f88efdb5d22a40f0f95abd4e12de06be7d3d9ecd237579 SHA512 671395701ab96b8a4985f33470cfe2eea58fb60ca04d9763307958f08c535cdfee62b6532c33e24aa851b872e61498d169b4882788b9b829ba9549c84554f6fb
26 DIST importlib_resources-5.7.1.tar.gz 31272 BLAKE2B 3e30117ae4f18a9f2151b5435428f3853664ce291d2d4ce9490d1a3043ca5ce2e80cf04d7dcef71ebdaba8bbad17ee61bb47303637a8bee73a2263853b65293b SHA512 8fd89dfcea4112d26418bcfa522de36c2136a50d07470ac8de18f62bb7bb964a459534554802b1455996ae65796018bea806a592746c1d2717f1313608cf4918
27
28 diff --git a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild
29 deleted file mode 100644
30 index 8d55ed4b701a..000000000000
31 --- a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild
32 +++ /dev/null
33 @@ -1,43 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
38 -EAPI=7
39 -
40 -DISTUTILS_USE_PEP517=flit
41 -# This is a backport of Python 3.9's importlib.resources
42 -PYTHON_COMPAT=( pypy3 python3_8 )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Read resources from Python packages"
47 -HOMEPAGE="https://github.com/python/importlib_resources"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -
54 -RDEPEND="
55 - $(python_gen_cond_dep '
56 - >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}]
57 - ' python3_{8,9} pypy3)"
58 -
59 -distutils_enable_tests unittest
60 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
61 -
62 -src_configure() {
63 - grep -q 'build-backend = "setuptools' pyproject.toml ||
64 - die "Upstream changed build-backend, recheck"
65 - # write a custom pyproject.toml to ease setuptools bootstrap
66 - cat > pyproject.toml <<-EOF || die
67 - [build-system]
68 - requires = ["flit_core >=3.2,<4"]
69 - build-backend = "flit_core.buildapi"
70 -
71 - [project]
72 - name = "importlib_resources"
73 - version = "${PV}"
74 - description = "Read resources from Python packages"
75 - EOF
76 -}
77
78 diff --git a/dev-python/importlib_resources/importlib_resources-5.6.0.ebuild b/dev-python/importlib_resources/importlib_resources-5.6.0.ebuild
79 deleted file mode 100644
80 index c13797db40dd..000000000000
81 --- a/dev-python/importlib_resources/importlib_resources-5.6.0.ebuild
82 +++ /dev/null
83 @@ -1,43 +0,0 @@
84 -# Copyright 1999-2022 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
88 -EAPI=7
89 -
90 -DISTUTILS_USE_PEP517=flit
91 -# This is a backport of Python 3.9's importlib.resources
92 -PYTHON_COMPAT=( pypy3 python3_8 )
93 -
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="Read resources from Python packages"
97 -HOMEPAGE="https://github.com/python/importlib_resources"
98 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
99 -
100 -LICENSE="Apache-2.0"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
103 -
104 -RDEPEND="
105 - $(python_gen_cond_dep '
106 - >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}]
107 - ' 3.8 3.9)"
108 -
109 -distutils_enable_tests unittest
110 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
111 -
112 -src_configure() {
113 - grep -q 'build-backend = "setuptools' pyproject.toml ||
114 - die "Upstream changed build-backend, recheck"
115 - # write a custom pyproject.toml to ease setuptools bootstrap
116 - cat > pyproject.toml <<-EOF || die
117 - [build-system]
118 - requires = ["flit_core >=3.2,<4"]
119 - build-backend = "flit_core.buildapi"
120 -
121 - [project]
122 - name = "importlib_resources"
123 - version = "${PV}"
124 - description = "Read resources from Python packages"
125 - EOF
126 -}
127
128 diff --git a/dev-python/importlib_resources/importlib_resources-5.7.0.ebuild b/dev-python/importlib_resources/importlib_resources-5.7.0.ebuild
129 deleted file mode 100644
130 index c13797db40dd..000000000000
131 --- a/dev-python/importlib_resources/importlib_resources-5.7.0.ebuild
132 +++ /dev/null
133 @@ -1,43 +0,0 @@
134 -# Copyright 1999-2022 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
138 -EAPI=7
139 -
140 -DISTUTILS_USE_PEP517=flit
141 -# This is a backport of Python 3.9's importlib.resources
142 -PYTHON_COMPAT=( pypy3 python3_8 )
143 -
144 -inherit distutils-r1
145 -
146 -DESCRIPTION="Read resources from Python packages"
147 -HOMEPAGE="https://github.com/python/importlib_resources"
148 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
149 -
150 -LICENSE="Apache-2.0"
151 -SLOT="0"
152 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
153 -
154 -RDEPEND="
155 - $(python_gen_cond_dep '
156 - >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}]
157 - ' 3.8 3.9)"
158 -
159 -distutils_enable_tests unittest
160 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
161 -
162 -src_configure() {
163 - grep -q 'build-backend = "setuptools' pyproject.toml ||
164 - die "Upstream changed build-backend, recheck"
165 - # write a custom pyproject.toml to ease setuptools bootstrap
166 - cat > pyproject.toml <<-EOF || die
167 - [build-system]
168 - requires = ["flit_core >=3.2,<4"]
169 - build-backend = "flit_core.buildapi"
170 -
171 - [project]
172 - name = "importlib_resources"
173 - version = "${PV}"
174 - description = "Read resources from Python packages"
175 - EOF
176 -}