django-filter: delete, no longer required

This commit is contained in:
blshkv 2020-01-14 22:47:07 +08:00
parent 67d3941185
commit 0f50c01934
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 0 additions and 78 deletions

View file

@ -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

View file

@ -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
}

View file

@ -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
}

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>johann@j-schmitz.net</email>
<name>Johann Schmitz (ercpe)</name>
</maintainer>
<upstream>
<remote-id type="github">alex/django-filter</remote-id>
<remote-id type="pypi">django-filter</remote-id>
</upstream>
</pkgmetadata>