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/pdm-pep517/
Date: Wed, 07 Sep 2022 05:03:32
Message-Id: 1662527000.4fb04669f692171683cf8bf9a9efe6348d2594c9.mgorny@gentoo
1 commit: 4fb04669f692171683cf8bf9a9efe6348d2594c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 04:54:39 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 05:03:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb04669
7
8 dev-python/pdm-pep517: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pdm-pep517/Manifest | 3 --
13 dev-python/pdm-pep517/pdm-pep517-1.0.1.ebuild | 58 ---------------------------
14 dev-python/pdm-pep517/pdm-pep517-1.0.2.ebuild | 58 ---------------------------
15 dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild | 58 ---------------------------
16 4 files changed, 177 deletions(-)
17
18 diff --git a/dev-python/pdm-pep517/Manifest b/dev-python/pdm-pep517/Manifest
19 index db60da482c94..0cba3a1dcd2d 100644
20 --- a/dev-python/pdm-pep517/Manifest
21 +++ b/dev-python/pdm-pep517/Manifest
22 @@ -1,4 +1 @@
23 -DIST pdm-pep517-1.0.1.gh.tar.gz 307357 BLAKE2B f833179b0ea011c4304625f08d3eca85b17163d4af6144f72e6faa2fe1091f9607f53ae051fca4e837009c3132ad6f06ae69cc5288ca8731ffb1ff2ef555d0d0 SHA512 7d90829a351e95f7b53f53d356a60cb170036059f5e6311df46989253b33f126f384a93cd6aa22c95b1ec7aa501e13773ccafabbb41e5237e84537b73dc43f58
24 -DIST pdm-pep517-1.0.2.gh.tar.gz 307938 BLAKE2B 711cc77c4ec4a3002557b5537c931215254d6fd724bf80f5457750100d55aba580b0f5fdbf8b17a31e5b02b42a94b62bc72eb99693fb59c3ab76364666b51b15 SHA512 bb827a6130299acab18714c7380f81fa530b95e3bc1e78bca810c116472269f050df45d04ef69d90a1ad96dd6bc965a50edc01bc9c429b96eefb76d62c66b8ae
25 -DIST pdm-pep517-1.0.3.gh.tar.gz 314957 BLAKE2B d0beff961b3f324c4d4c74943387e82cbeca90e5441391347b2ea06639af9965ea27426cab9e8dbbdceb296eb1461319fb375a3e078d673bbdf386b578b8f35c SHA512 ca9983e95f803243fb04b1add424449adfac472a94973013f669440d18d2118bdaf6610830f686cc700e86973935df26a7fea0ceed415b2c7604330de3325d05
26 DIST pdm-pep517-1.0.4.gh.tar.gz 314677 BLAKE2B dc6fad5bf6bd4aa6d9d490c6fb1df0d1a1543ae93f90ac4d53bbd515de6f6582a4fd032cc5c67aeebf71755fec6aac3b5a462a18eb08087c6a4da279e3c989ad SHA512 4edd016873c054f20efc39b8a044c2ff5dee70509c45ba1227e6982043dabb5ed0353afef4af73c88106ffe5a2c27f569077448fb27a0d58169710d2c6573c2f
27
28 diff --git a/dev-python/pdm-pep517/pdm-pep517-1.0.1.ebuild b/dev-python/pdm-pep517/pdm-pep517-1.0.1.ebuild
29 deleted file mode 100644
30 index 65915f36678c..000000000000
31 --- a/dev-python/pdm-pep517/pdm-pep517-1.0.1.ebuild
32 +++ /dev/null
33 @@ -1,58 +0,0 @@
34 -# Copyright 2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=standalone
40 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A PEP 517 backend for PDM that supports PEP 621 metadata"
45 -HOMEPAGE="
46 - https://pypi.org/project/pdm-pep517/
47 - https://github.com/pdm-project/pdm-pep517/
48 -"
49 -SRC_URI="
50 - https://github.com/pdm-project/pdm-pep517/archive/${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~arm64 ~x86"
57 -
58 -RDEPEND="
59 - >=dev-python/cerberus-1.3.4[${PYTHON_USEDEP}]
60 - dev-python/license-expression[${PYTHON_USEDEP}]
61 - >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
62 - >=dev-python/tomli-2[${PYTHON_USEDEP}]
63 - dev-python/tomli-w[${PYTHON_USEDEP}]
64 -"
65 -BDEPEND="
66 - ${RDEPEND}
67 - test? (
68 - dev-vcs/git
69 - )
70 -"
71 -# setuptools are used to build C extensions
72 -RDEPEND+="
73 - dev-python/setuptools[${PYTHON_USEDEP}]
74 -"
75 -
76 -distutils_enable_tests pytest
77 -
78 -src_prepare() {
79 - rm -r pdm/pep517/_vendor || die
80 - find -name '*.py' -exec sed \
81 - -e 's:from pdm\.pep517\._vendor\.:from :' \
82 - -e 's:from pdm\.pep517\._vendor ::' \
83 - -i {} + || die
84 - distutils-r1_src_prepare
85 -}
86 -
87 -src_test() {
88 - git config --global user.email "test@×××××××.com" || die
89 - git config --global user.name "Test User" || die
90 - distutils-r1_src_test
91 -}
92
93 diff --git a/dev-python/pdm-pep517/pdm-pep517-1.0.2.ebuild b/dev-python/pdm-pep517/pdm-pep517-1.0.2.ebuild
94 deleted file mode 100644
95 index 65915f36678c..000000000000
96 --- a/dev-python/pdm-pep517/pdm-pep517-1.0.2.ebuild
97 +++ /dev/null
98 @@ -1,58 +0,0 @@
99 -# Copyright 2022 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=8
103 -
104 -DISTUTILS_USE_PEP517=standalone
105 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
106 -
107 -inherit distutils-r1
108 -
109 -DESCRIPTION="A PEP 517 backend for PDM that supports PEP 621 metadata"
110 -HOMEPAGE="
111 - https://pypi.org/project/pdm-pep517/
112 - https://github.com/pdm-project/pdm-pep517/
113 -"
114 -SRC_URI="
115 - https://github.com/pdm-project/pdm-pep517/archive/${PV}.tar.gz
116 - -> ${P}.gh.tar.gz
117 -"
118 -
119 -LICENSE="MIT"
120 -SLOT="0"
121 -KEYWORDS="~amd64 ~arm64 ~x86"
122 -
123 -RDEPEND="
124 - >=dev-python/cerberus-1.3.4[${PYTHON_USEDEP}]
125 - dev-python/license-expression[${PYTHON_USEDEP}]
126 - >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
127 - >=dev-python/tomli-2[${PYTHON_USEDEP}]
128 - dev-python/tomli-w[${PYTHON_USEDEP}]
129 -"
130 -BDEPEND="
131 - ${RDEPEND}
132 - test? (
133 - dev-vcs/git
134 - )
135 -"
136 -# setuptools are used to build C extensions
137 -RDEPEND+="
138 - dev-python/setuptools[${PYTHON_USEDEP}]
139 -"
140 -
141 -distutils_enable_tests pytest
142 -
143 -src_prepare() {
144 - rm -r pdm/pep517/_vendor || die
145 - find -name '*.py' -exec sed \
146 - -e 's:from pdm\.pep517\._vendor\.:from :' \
147 - -e 's:from pdm\.pep517\._vendor ::' \
148 - -i {} + || die
149 - distutils-r1_src_prepare
150 -}
151 -
152 -src_test() {
153 - git config --global user.email "test@×××××××.com" || die
154 - git config --global user.name "Test User" || die
155 - distutils-r1_src_test
156 -}
157
158 diff --git a/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild b/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild
159 deleted file mode 100644
160 index 9c2511ebf46b..000000000000
161 --- a/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild
162 +++ /dev/null
163 @@ -1,58 +0,0 @@
164 -# Copyright 2022 Gentoo Authors
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=8
168 -
169 -DISTUTILS_USE_PEP517=standalone
170 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
171 -
172 -inherit distutils-r1
173 -
174 -DESCRIPTION="A PEP 517 backend for PDM that supports PEP 621 metadata"
175 -HOMEPAGE="
176 - https://pypi.org/project/pdm-pep517/
177 - https://github.com/pdm-project/pdm-pep517/
178 -"
179 -SRC_URI="
180 - https://github.com/pdm-project/pdm-pep517/archive/${PV}.tar.gz
181 - -> ${P}.gh.tar.gz
182 -"
183 -
184 -LICENSE="MIT"
185 -SLOT="0"
186 -KEYWORDS="amd64 ~arm64 ~x86"
187 -
188 -RDEPEND="
189 - >=dev-python/cerberus-1.3.4[${PYTHON_USEDEP}]
190 - dev-python/license-expression[${PYTHON_USEDEP}]
191 - >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
192 - >=dev-python/tomli-2[${PYTHON_USEDEP}]
193 - dev-python/tomli-w[${PYTHON_USEDEP}]
194 -"
195 -BDEPEND="
196 - ${RDEPEND}
197 - test? (
198 - dev-vcs/git
199 - )
200 -"
201 -# setuptools are used to build C extensions
202 -RDEPEND+="
203 - dev-python/setuptools[${PYTHON_USEDEP}]
204 -"
205 -
206 -distutils_enable_tests pytest
207 -
208 -src_prepare() {
209 - rm -r pdm/pep517/_vendor || die
210 - find -name '*.py' -exec sed \
211 - -e 's:from pdm\.pep517\._vendor\.:from :' \
212 - -e 's:from pdm\.pep517\._vendor ::' \
213 - -i {} + || die
214 - distutils-r1_src_prepare
215 -}
216 -
217 -src_test() {
218 - git config --global user.email "test@×××××××.com" || die
219 - git config --global user.name "Test User" || die
220 - distutils-r1_src_test
221 -}