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: Thu, 31 Dec 2020 08:50:41
Message-Id: 1609404444.9317e5ea202d9eb48ea9e64d723b45ed6fddde3c.mgorny@gentoo
1 commit: 9317e5ea202d9eb48ea9e64d723b45ed6fddde3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:47:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:47:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9317e5ea
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 | 4 --
13 .../importlib_resources-1.5.0-r2.ebuild | 48 ----------------------
14 .../importlib_resources-3.3.1.ebuild | 30 --------------
15 .../importlib_resources-4.0.0.ebuild | 30 --------------
16 .../importlib_resources-4.1.0.ebuild | 30 --------------
17 5 files changed, 142 deletions(-)
18
19 diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest
20 index 8d1972d8698..51577395538 100644
21 --- a/dev-python/importlib_resources/Manifest
22 +++ b/dev-python/importlib_resources/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87 SHA512 34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed
25 DIST importlib_resources-3.3.0.tar.gz 29000 BLAKE2B 5fb87c6e15f01733567fef060607da0625d32e415e294cfd5db94fb26e13d257763f2d3795c19ee7d10fc1fdc579fc0c34a484d28aff32c20553d18fafc7b850 SHA512 1fc03c9d141a094ca6ae0acb9ff0668a3f3aa76b47ce2149691b1d85d37a3ba9d329dbafd8b94961c537a4982cea1bd3ee34bac069819c51d725208f45b24172
26 -DIST importlib_resources-3.3.1.tar.gz 29012 BLAKE2B ff4fc6eb6dd1ff89b873076b2709bcd6ed10c51388646560eeb929e8cb8a000329260ff093929163045ba32c0d00b9f797f9e06b9524445b1ef052e8a82a7f87 SHA512 3b484169362b7d7062655668a2035a77440a2e2b81708d41e339b6007e8140162d85cfc14fca464b059a649fcda31ef9718a08cdd2cf7c8e588ba3fafc08bb59
27 -DIST importlib_resources-4.0.0.tar.gz 27317 BLAKE2B 64cd01b650d82f2d3adf2a734a6da390073b190fbd8f8fd0a5be046931d78c93dcf16873477680fc14daadacdde629fcfd6f5d9cd89c7a5de56ba6c1ff4aad92 SHA512 0d5d175a814462db5bf29645f5d06e4cdff5c40ac1e022282690cba79e8f57885873956659952a086bdf7a1f3f7fbd78c1366030642ac8f6b40fa6df3056d6f1
28 -DIST importlib_resources-4.1.0.tar.gz 30814 BLAKE2B 50b6f9693df9ee21ae53f27f42a7aeb42e6f50ed305fa1004462bf189366b80d7dc48a40f77eafc41107de91f08015275a69e524421777a8d17e155cb867e943 SHA512 a42e4d66649b285489ea3bc0773761da19c05a03732492eefaaa008a0ddcf0696ceed380e296da9ff392529d681350ff045aeeec9cecbbafcd3bd15141920592
29 DIST importlib_resources-4.1.1.tar.gz 30821 BLAKE2B 440adde5ce8604c3dddc6c59f730890b4832076f3f7d5c1f9b46ed4d4fe1d80d714a2f393ae1a1b386ef20812090c7370858ca9d3920bc115a6cedb0d2000c8f SHA512 e277d375f800e8d1be317f90344c10b2848a0f7e0b3b6f28014b71d4b92b496137aa84b8ad865a3b93c983d20d827f18c6baf0d6c540882622b0903bebaae303
30
31 diff --git a/dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild b/dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild
32 deleted file mode 100644
33 index 91965fd8c63..00000000000
34 --- a/dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild
35 +++ /dev/null
36 @@ -1,48 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -# This is a backport of Python 3.9's importlib.resources
43 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Read resources from Python packages"
48 -HOMEPAGE="https://importlib-resources.readthedocs.io/en/latest/"
49 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
54 -
55 -RDEPEND="
56 - $(python_gen_cond_dep '
57 - dev-python/contextlib2[${PYTHON_USEDEP}]
58 - dev-python/pathlib2[${PYTHON_USEDEP}]
59 - dev-python/singledispatch[${PYTHON_USEDEP}]
60 - dev-python/typing[${PYTHON_USEDEP}]
61 - ' -2)
62 - $(python_gen_cond_dep '
63 - dev-python/importlib_metadata[${PYTHON_USEDEP}]
64 - dev-python/zipp[${PYTHON_USEDEP}]
65 - ' pypy3 python3_{6,7})
66 -"
67 -BDEPEND="
68 - dev-python/toml[${PYTHON_USEDEP}]
69 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
70 -"
71 -
72 -distutils_enable_tests unittest
73 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
74 -
75 -python_compile() {
76 - distutils-r1_python_compile
77 - if ! python_is_python3; then
78 - rm "${BUILD_DIR}/lib/importlib_resources/_py3.py" || die
79 - fi
80 -}
81 -
82 -python_install() {
83 - distutils-r1_python_install --skip-build
84 -}
85
86 diff --git a/dev-python/importlib_resources/importlib_resources-3.3.1.ebuild b/dev-python/importlib_resources/importlib_resources-3.3.1.ebuild
87 deleted file mode 100644
88 index b94ce8b4f43..00000000000
89 --- a/dev-python/importlib_resources/importlib_resources-3.3.1.ebuild
90 +++ /dev/null
91 @@ -1,30 +0,0 @@
92 -# Copyright 1999-2020 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -
97 -# This is a backport of Python 3.9's importlib.resources
98 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Read resources from Python packages"
103 -HOMEPAGE="https://github.com/python/importlib_resources"
104 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 -
106 -LICENSE="Apache-2.0"
107 -SLOT="0"
108 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
109 -
110 -RDEPEND="
111 - $(python_gen_cond_dep '
112 - dev-python/zipp[${PYTHON_USEDEP}]
113 - ' pypy3 python3_{6,7})
114 -"
115 -BDEPEND="
116 - dev-python/toml[${PYTHON_USEDEP}]
117 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
118 -"
119 -
120 -distutils_enable_tests unittest
121 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
122
123 diff --git a/dev-python/importlib_resources/importlib_resources-4.0.0.ebuild b/dev-python/importlib_resources/importlib_resources-4.0.0.ebuild
124 deleted file mode 100644
125 index b94ce8b4f43..00000000000
126 --- a/dev-python/importlib_resources/importlib_resources-4.0.0.ebuild
127 +++ /dev/null
128 @@ -1,30 +0,0 @@
129 -# Copyright 1999-2020 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=7
133 -
134 -# This is a backport of Python 3.9's importlib.resources
135 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
136 -
137 -inherit distutils-r1
138 -
139 -DESCRIPTION="Read resources from Python packages"
140 -HOMEPAGE="https://github.com/python/importlib_resources"
141 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
142 -
143 -LICENSE="Apache-2.0"
144 -SLOT="0"
145 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
146 -
147 -RDEPEND="
148 - $(python_gen_cond_dep '
149 - dev-python/zipp[${PYTHON_USEDEP}]
150 - ' pypy3 python3_{6,7})
151 -"
152 -BDEPEND="
153 - dev-python/toml[${PYTHON_USEDEP}]
154 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
155 -"
156 -
157 -distutils_enable_tests unittest
158 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
159
160 diff --git a/dev-python/importlib_resources/importlib_resources-4.1.0.ebuild b/dev-python/importlib_resources/importlib_resources-4.1.0.ebuild
161 deleted file mode 100644
162 index b94ce8b4f43..00000000000
163 --- a/dev-python/importlib_resources/importlib_resources-4.1.0.ebuild
164 +++ /dev/null
165 @@ -1,30 +0,0 @@
166 -# Copyright 1999-2020 Gentoo Authors
167 -# Distributed under the terms of the GNU General Public License v2
168 -
169 -EAPI=7
170 -
171 -# This is a backport of Python 3.9's importlib.resources
172 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
173 -
174 -inherit distutils-r1
175 -
176 -DESCRIPTION="Read resources from Python packages"
177 -HOMEPAGE="https://github.com/python/importlib_resources"
178 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
179 -
180 -LICENSE="Apache-2.0"
181 -SLOT="0"
182 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
183 -
184 -RDEPEND="
185 - $(python_gen_cond_dep '
186 - dev-python/zipp[${PYTHON_USEDEP}]
187 - ' pypy3 python3_{6,7})
188 -"
189 -BDEPEND="
190 - dev-python/toml[${PYTHON_USEDEP}]
191 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
192 -"
193 -
194 -distutils_enable_tests unittest
195 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging