diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest deleted file mode 100644 index 44af03509..000000000 --- a/dev-python/django-filter/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST django-filter-0.15.3.tar.gz 189002 BLAKE2B 5fa54a44da2fdcc209ed2626e2a80a3eda7db067074b75b2775572f25197ee6360e55ba943579698b2491affa868e6264fe7d1fd37e44ab9c38b4890f92905ee SHA512 be16652aca563e98e0a8c8f4adaad396f48593c4fe8574c72f3627baf5f1f8cb2577872e958a003da76e65397890c2d43f69543f4da763385238f7be024e7a94 -DIST django-filter-2.1.0.tar.gz 142256 BLAKE2B 0763c3032cdd857be30050caa27af6bd938030c37cc52f30c98ab751c81dc8b2ce0c974ed19ae8c859347fbec2139b27a08657e99c83bc8e79b8883196050897 SHA512 e917ec0fb1cdb8f19e6a7e50989d2df3697baa0bb50eaa62f5916cc0fe000e1e3594672a312114ab761d49b9f83bf7f5c1f4a35f4014c113ac9387a9bf086e10 diff --git a/dev-python/django-filter/django-filter-0.15.3.ebuild b/dev-python/django-filter/django-filter-0.15.3.ebuild deleted file mode 100644 index 2bd25723e..000000000 --- a/dev-python/django-filter/django-filter-0.15.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A generic system for filtering Django QuerySets based on user selections" -HOMEPAGE="https://github.com/alex/django-filter https://django-filter.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -CDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND}" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - rm -rfv "${S}"/tests/rest_framework || die - sed -i -e 's/.*rest_framework.*//g' "${S}"/tests/settings.py || die - ${EPYTHON} runtests.py || die -} - -python_prepare_all() { - use test || rm -rvf "${S}"/tests - distutils-r1_python_prepare_all -} diff --git a/dev-python/django-filter/django-filter-2.1.0.ebuild b/dev-python/django-filter/django-filter-2.1.0.ebuild deleted file mode 100644 index 35c24b840..000000000 --- a/dev-python/django-filter/django-filter-2.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A generic system for filtering Django QuerySets based on user selections" -HOMEPAGE="https://github.com/alex/django-filter https://django-filter.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -CDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND}" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - rm -rfv "${S}"/tests/rest_framework || die - sed -i -e 's/.*rest_framework.*//g' "${S}"/tests/settings.py || die - ${EPYTHON} runtests.py || die -} - -python_prepare_all() { - use test || rm -rvf "${S}"/tests - distutils-r1_python_prepare_all -} diff --git a/dev-python/django-filter/metadata.xml b/dev-python/django-filter/metadata.xml deleted file mode 100644 index 19146093a..000000000 --- a/dev-python/django-filter/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - johann@j-schmitz.net - Johann Schmitz (ercpe) - - - alex/django-filter - django-filter - -