commit: ad53622488bff440068e0cebfa37d52d370429ff Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Tue Aug 21 10:15:15 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Tue Aug 21 10:15:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad536224
dev-python/django-celery: remove package Closes: https://bugs.gentoo.org/661804 dev-python/django-celery/Manifest | 1 - .../django-celery/django-celery-3.1.17.ebuild | 56 ---------------------- dev-python/django-celery/metadata.xml | 12 ----- profiles/package.mask | 6 --- 4 files changed, 75 deletions(-) diff --git a/dev-python/django-celery/Manifest b/dev-python/django-celery/Manifest deleted file mode 100644 index a09055096af..00000000000 --- a/dev-python/django-celery/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-celery-3.1.17.tar.gz 79615 BLAKE2B bf3d35fe281939f272bd5232b96d4db547ade3a68fe560a2479ff2dc4104110274862a3c1d1ad0a30d91f4cfa9bff8208775d3e0267544b5b415df52eeb3f0ad SHA512 fa68c85ee0eea778c5921c0373f3e7547bc644cd11d83e659fdf9bf4a80e317faca12ad3941225b073609a4716c5b9574d85c5c7063cff0fdb3deb0f1b86d225 diff --git a/dev-python/django-celery/django-celery-3.1.17.ebuild b/dev-python/django-celery/django-celery-3.1.17.ebuild deleted file mode 100644 index 5ac1b237e18..00000000000 --- a/dev-python/django-celery/django-celery-3.1.17.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) -PYTHON_REQ_USE="sqlite(+)" - -inherit distutils-r1 eutils - -DESCRIPTION="Celery Integration for Django" -HOMEPAGE="http://celeryproject.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" - -# Python testsuite fails when built against dev-python/django-1.8.5 -# with ValueError: save() prohibited to prevent data loss due to -# unsaved related object 'interval'. - -RDEPEND=" - >=dev-python/celery-3.1.15[${PYTHON_USEDEP}] - >dev-python/django-1.4[${PYTHON_USEDEP}] - <dev-python/django-1.9[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/django-nose[${PYTHON_USEDEP}] - >=dev-python/coverage-3.0[${PYTHON_USEDEP}] - dev-python/nose-cover3[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/python-memcached[${PYTHON_USEDEP}] ) - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-issuetracker[${PYTHON_USEDEP}] - dev-python/python-memcached[${PYTHON_USEDEP}] - )" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - # https://github.com/celery/django-celery/issues/342 - "${PYTHON}" tests/manage.py test || die -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/.build/html/. ) - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/django-celery/metadata.xml b/dev-python/django-celery/metadata.xml deleted file mode 100644 index 4697f0368c4..00000000000 --- a/dev-python/django-celery/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">django-celery</remote-id> - <remote-id type="github">github/django-celery</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 2c8aa8a3f45..12d082ee2e4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -96,12 +96,6 @@ media-plugins/emotion_generic_players media-plugins/evas_generic_loaders x11-themes/ethemes -# Virgil Dupras <[email protected]> (22 Jul 2018) -# Depends on an unsupported version of django (1.8, will be removed soon) and -# is rendered obsolete by the direct inclusion of django support in -# >=dev-python/celery-4.0. Removal in 30 days. Bug #661804 -dev-python/django-celery - # Mart Raudsepp <[email protected]> (16 Jul 2018) # Parallel-installable old versions with no remaining consumers # in main tree. Use applications ported to wxGTK:3.0 and
