Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/
Date: Tue, 22 Jan 2019 01:53:45
Message-Id: 1548122005.0205c60f3f977bc6ce9232bf3c912f1b4d7512b4.vdupras@gentoo
1 commit: 0205c60f3f977bc6ce9232bf3c912f1b4d7512b4
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 01:53:25 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 01:53:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0205c60f
7
8 dev-python/django: remove old
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/django/Manifest | 3 -
14 dev-python/django/django-1.11.17.ebuild | 112 --------------------------------
15 dev-python/django/django-2.0.9.ebuild | 110 -------------------------------
16 dev-python/django/django-2.1.4.ebuild | 87 -------------------------
17 4 files changed, 312 deletions(-)
18
19 diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
20 index 85efc40f3c1..32532cf4176 100644
21 --- a/dev-python/django/Manifest
22 +++ b/dev-python/django/Manifest
23 @@ -1,6 +1,3 @@
24 -DIST Django-1.11.17.tar.gz 7853439 BLAKE2B f6218ee690e505921d229193540b4166771465213aee3a3b239da6a88c1a7e166d182750192f984be7369e82c3ae172a9d858d7d30e9eb7cff4a467b543372e2 SHA512 ecf798ce8037d79dbbe673ad583e6414c9a24b807442feb967927b78cacb467f7f5c20e938116829d9b0df0563ee110a8d07294fd40b99dbd6356c8bae151bd6
25 DIST Django-1.11.18.tar.gz 7847617 BLAKE2B e5c97a370c47caba2aea53245fdd8d11218c91d8fba230f2e2e9ab8068fbb7ebce6c7a969016d62a08a8226e13664b54202073b7726b7d6091d1f45dccde9ca1 SHA512 35c885e835c5e85257774c65c11bf851e710c745df3366487159f21f90e092236dd8d2cee86e8165945e57fc710989b0ea2747682fa4ce37d5e93d4f664b76c1
26 DIST Django-2.0.10.tar.gz 7992290 BLAKE2B af4ee0841e01911c987128f70c0a3570951fc57cbd75165c8b81a4b6847a29fdff7de4f17f5f80e2f4e6b8e87aee017b256f45380fbea931e257f2a999175d78 SHA512 aee171bc10387b2685930887ed9e86564fba273210cd9d7929b7a97eb913ab537408a779bd06c37be63b3b9ecd3e48398e92de33e1a634521872dadf9a3e16f6
27 -DIST Django-2.0.9.tar.gz 7992507 BLAKE2B c6f1d79401007d2c83553e885d5e32c7890b3f1ed53c948ea4c55cc2a0272c06d0b7fdafef7be5042ab26b3f8c3ffef64f6f01f49d6e615503f8bfad99b66c3a SHA512 7a766ce0240b19a18dc5a9a4682630c4ce90fa6ed0d02a97303088a990d09e097b609220f4e2806854585724f483cb2ae7e4f29bfd1898f3a0d6e758c2f4ea4a
28 -DIST Django-2.1.4.tar.gz 8611886 BLAKE2B 1deedd3c13c65a7f6ae2262ef1e894046e3151dc7bcd6da274d6e87e60db326cc28a51c62627d00c6feee3807ff8dd13823edf8b4494f0d1499272998f350748 SHA512 a2dc6fb7514f8d79aff98aeb0bd0edb1ede36ed2368e553fded8b58765092d6a2efcf2e9429bb9c7d2c16d466e46a9ff18aaf5911a7dd868f42569c1e82831aa
29 DIST Django-2.1.5.tar.gz 8612384 BLAKE2B 71396905dd4524f4ec8112d6c36967fcb381514eba6231b02bedf0f0a7cf9a164bb5d7df30bb4ae0dd8e77c4acd34ecd83d237713fbf58ca8b0db32446986044 SHA512 0a8c72e131867787d475feb0ccd7896fe2aefbbda60d85450fc5ce336eb1f1b7c77d7a17ba0a89e4bac84b7fc87f6c22d7afa356443958e30e958eeec7d3ee6d
30
31 diff --git a/dev-python/django/django-1.11.17.ebuild b/dev-python/django/django-1.11.17.ebuild
32 deleted file mode 100644
33 index 507ad31d67c..00000000000
34 --- a/dev-python/django/django-1.11.17.ebuild
35 +++ /dev/null
36 @@ -1,112 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
43 -PYTHON_REQ_USE='sqlite?,threads(+)'
44 -WEBAPP_NO_AUTO_INSTALL="yes"
45 -
46 -inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
47 -
48 -MY_PN="Django"
49 -MY_P="${MY_PN}-${PV}"
50 -
51 -DESCRIPTION="High-level Python web framework"
52 -HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
53 -SRC_URI="
54 - https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
55 - mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
56 - "
57 -
58 -LICENSE="BSD"
59 -# admin fonts: Roboto (media-fonts/roboto)
60 -LICENSE+=" Apache-2.0"
61 -# admin icons, jquery, xregexp.js
62 -LICENSE+=" MIT"
63 -SLOT="0"
64 -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
65 -IUSE="doc sqlite test"
66 -
67 -RDEPEND=""
68 -DEPEND="${RDEPEND}
69 - dev-python/pytz[${PYTHON_USEDEP}]
70 - dev-python/setuptools[${PYTHON_USEDEP}]
71 - doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
72 - test? (
73 - $(python_gen_impl_dep sqlite)
74 - dev-python/docutils[${PYTHON_USEDEP}]
75 - dev-python/numpy[$(python_gen_usedep 'python*')]
76 - dev-python/pillow[${PYTHON_USEDEP}]
77 - dev-python/pyyaml[${PYTHON_USEDEP}]
78 - dev-python/mock[${PYTHON_USEDEP}]
79 - virtual/python-enum34[${PYTHON_USEDEP}]
80 - )"
81 -
82 -S="${WORKDIR}/${MY_P}"
83 -
84 -WEBAPP_MANUAL_SLOT="yes"
85 -
86 -PATCHES=(
87 - "${FILESDIR}"/${PN}-1.9-bashcomp.patch
88 -)
89 -
90 -pkg_setup() {
91 - webapp_pkg_setup
92 -}
93 -
94 -python_prepare_all() {
95 - # Prevent d'loading in the doc build
96 - sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
97 -
98 - distutils-r1_python_prepare_all
99 -}
100 -
101 -python_compile_all() {
102 - use doc && emake -C docs html
103 -}
104 -
105 -python_test() {
106 - # Tests have non-standard assumptions about PYTHONPATH,
107 - # and don't work with ${BUILD_DIR}/lib.
108 - PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 --parallel 1 \
109 - || die "Tests fail with ${EPYTHON}"
110 -}
111 -
112 -python_install_all() {
113 - newbashcomp extras/django_bash_completion ${PN}-admin
114 - bashcomp_alias ${PN}-admin django-admin.py
115 -
116 - if use doc; then
117 - rm -fr docs/_build/html/_sources || die
118 - local HTML_DOCS=( docs/_build/html/. )
119 - fi
120 -
121 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
122 - doins -r django/contrib/admin/static/admin/.
123 - distutils-r1_python_install_all
124 -}
125 -
126 -src_install() {
127 - distutils-r1_src_install
128 - webapp_src_install
129 -}
130 -
131 -pkg_postinst() {
132 - elog "Additional Backend support can be enabled via"
133 - optfeature "MySQL backend support in python 2.7 only" dev-python/mysql-python
134 - optfeature "MySQL backend support in python 2.7 - 3.4" dev-python/mysqlclient
135 - optfeature "PostgreSQL backend support" dev-python/psycopg:2
136 - echo ""
137 - elog "Other features can be enhanced by"
138 - optfeature "GEO Django" sci-libs/gdal[geos]
139 - optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
140 - optfeature "ImageField Support" dev-python/pillow
141 - optfeature "Password encryption" dev-python/bcrypt
142 - optfeature "High-level abstractions for Django forms" dev-python/django-formtools
143 - echo ""
144 - elog "A copy of the admin media is available to webapp-config for installation in a"
145 - elog "webroot, as well as the traditional location in python's site-packages dir"
146 - elog "for easy development."
147 - webapp_pkg_postinst
148 -}
149
150 diff --git a/dev-python/django/django-2.0.9.ebuild b/dev-python/django/django-2.0.9.ebuild
151 deleted file mode 100644
152 index a0aa696920d..00000000000
153 --- a/dev-python/django/django-2.0.9.ebuild
154 +++ /dev/null
155 @@ -1,110 +0,0 @@
156 -# Copyright 1999-2018 Gentoo Authors
157 -# Distributed under the terms of the GNU General Public License v2
158 -
159 -EAPI=6
160 -
161 -PYTHON_COMPAT=( python3_{4,5,6} )
162 -PYTHON_REQ_USE='sqlite?,threads(+)'
163 -WEBAPP_NO_AUTO_INSTALL="yes"
164 -
165 -inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
166 -
167 -MY_PN="Django"
168 -MY_P="${MY_PN}-${PV}"
169 -
170 -DESCRIPTION="High-level Python web framework"
171 -HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
172 -SRC_URI="
173 - https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
174 - mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
175 - "
176 -
177 -LICENSE="BSD"
178 -# admin fonts: Roboto (media-fonts/roboto)
179 -LICENSE+=" Apache-2.0"
180 -# admin icons, jquery, xregexp.js
181 -LICENSE+=" MIT"
182 -SLOT="0"
183 -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
184 -IUSE="doc sqlite test"
185 -
186 -RDEPEND=""
187 -DEPEND="${RDEPEND}
188 - dev-python/pytz[${PYTHON_USEDEP}]
189 - dev-python/setuptools[${PYTHON_USEDEP}]
190 - doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
191 - test? (
192 - $(python_gen_impl_dep sqlite)
193 - dev-python/docutils[${PYTHON_USEDEP}]
194 - dev-python/numpy[${PYTHON_USEDEP}]
195 - dev-python/pillow[${PYTHON_USEDEP}]
196 - dev-python/pyyaml[${PYTHON_USEDEP}]
197 - dev-python/mock[${PYTHON_USEDEP}]
198 - )"
199 -
200 -S="${WORKDIR}/${MY_P}"
201 -
202 -WEBAPP_MANUAL_SLOT="yes"
203 -
204 -PATCHES=(
205 - "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
206 -)
207 -
208 -pkg_setup() {
209 - webapp_pkg_setup
210 -}
211 -
212 -python_prepare_all() {
213 - # Prevent d'loading in the doc build
214 - sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
215 -
216 - distutils-r1_python_prepare_all
217 -}
218 -
219 -python_compile_all() {
220 - use doc && emake -C docs html
221 -}
222 -
223 -python_test() {
224 - # Tests have non-standard assumptions about PYTHONPATH,
225 - # and don't work with ${BUILD_DIR}/lib.
226 - PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 --parallel 1 \
227 - || die "Tests fail with ${EPYTHON}"
228 -}
229 -
230 -python_install_all() {
231 - newbashcomp extras/django_bash_completion ${PN}-admin
232 - bashcomp_alias ${PN}-admin django-admin.py
233 -
234 - if use doc; then
235 - rm -fr docs/_build/html/_sources || die
236 - local HTML_DOCS=( docs/_build/html/. )
237 - fi
238 -
239 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
240 - doins -r django/contrib/admin/static/admin/.
241 - distutils-r1_python_install_all
242 -}
243 -
244 -src_install() {
245 - distutils-r1_src_install
246 - webapp_src_install
247 -}
248 -
249 -pkg_postinst() {
250 - elog "Additional Backend support can be enabled via"
251 - optfeature "MySQL backend support" dev-python/mysqlclient
252 - optfeature "PostgreSQL backend support" dev-python/psycopg:2
253 - echo ""
254 - elog "Other features can be enhanced by"
255 - optfeature "GEO Django" sci-libs/gdal[geos]
256 - optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
257 - optfeature "ImageField Support" dev-python/pillow
258 - optfeature "Password encryption" dev-python/bcrypt
259 - optfeature "High-level abstractions for Django forms" dev-python/django-formtools
260 - echo ""
261 - elog "A copy of the admin media is available to webapp-config for installation in a"
262 - elog "webroot, as well as the traditional location in python's site-packages dir"
263 - elog "for easy development."
264 - webapp_pkg_postinst
265 -}
266
267 diff --git a/dev-python/django/django-2.1.4.ebuild b/dev-python/django/django-2.1.4.ebuild
268 deleted file mode 100644
269 index 4f8d934327f..00000000000
270 --- a/dev-python/django/django-2.1.4.ebuild
271 +++ /dev/null
272 @@ -1,87 +0,0 @@
273 -# Copyright 1999-2018 Gentoo Authors
274 -# Distributed under the terms of the GNU General Public License v2
275 -
276 -EAPI=7
277 -
278 -PYTHON_COMPAT=( python3_{5,6,7} )
279 -PYTHON_REQ_USE='sqlite?,threads(+)'
280 -
281 -inherit bash-completion-r1 distutils-r1 eutils
282 -
283 -MY_PN="Django"
284 -MY_P="${MY_PN}-${PV}"
285 -
286 -DESCRIPTION="High-level Python web framework"
287 -HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
288 -SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
289 -
290 -LICENSE="BSD"
291 -# admin fonts: Roboto (media-fonts/roboto)
292 -LICENSE+=" Apache-2.0"
293 -# admin icons, jquery, xregexp.js
294 -LICENSE+=" MIT"
295 -SLOT="0"
296 -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
297 -IUSE="doc sqlite test"
298 -
299 -RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"
300 -BDEPEND="
301 - dev-python/setuptools[${PYTHON_USEDEP}]
302 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
303 - test? (
304 - $(python_gen_impl_dep sqlite)
305 - dev-python/docutils[${PYTHON_USEDEP}]
306 - dev-python/numpy[${PYTHON_USEDEP}]
307 - dev-python/pillow[${PYTHON_USEDEP}]
308 - dev-python/pyyaml[${PYTHON_USEDEP}]
309 - dev-python/mock[${PYTHON_USEDEP}]
310 - )"
311 -
312 -S="${WORKDIR}/${MY_P}"
313 -
314 -PATCHES=(
315 - "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
316 -)
317 -
318 -python_prepare_all() {
319 - # Prevent d'loading in the doc build
320 - sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
321 -
322 - distutils-r1_python_prepare_all
323 -}
324 -
325 -python_compile_all() {
326 - use doc && emake -C docs html
327 -}
328 -
329 -python_test() {
330 - # Tests have non-standard assumptions about PYTHONPATH,
331 - # and don't work with ${BUILD_DIR}/lib.
332 - PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
333 - || die "Tests fail with ${EPYTHON}"
334 -}
335 -
336 -python_install_all() {
337 - newbashcomp extras/django_bash_completion ${PN}-admin
338 - bashcomp_alias ${PN}-admin django-admin.py
339 -
340 - if use doc; then
341 - rm -fr docs/_build/html/_sources || die
342 - local HTML_DOCS=( docs/_build/html/. )
343 - fi
344 -
345 - distutils-r1_python_install_all
346 -}
347 -
348 -pkg_postinst() {
349 - elog "Additional Backend support can be enabled via"
350 - optfeature "MySQL backend support" dev-python/mysqlclient
351 - optfeature "PostgreSQL backend support" dev-python/psycopg:2
352 - echo ""
353 - elog "Other features can be enhanced by"
354 - optfeature "GEO Django" sci-libs/gdal[geos]
355 - optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
356 - optfeature "ImageField Support" dev-python/pillow
357 - optfeature "Password encryption" dev-python/bcrypt
358 - optfeature "High-level abstractions for Django forms" dev-python/django-formtools
359 -}