diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-02 23:53:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 10:11:30 +0100 |
commit | a0fc0f9bbe17178af6bf2ec426487e871459b470 (patch) | |
tree | e39364d9ead421ac12517a70d960b8b9f8709752 /dev-python/django-setuptest | |
parent | dev-python/django-recaptcha: Clean old up (diff) | |
download | gentoo-a0fc0f9bbe17178af6bf2ec426487e871459b470.tar.gz gentoo-a0fc0f9bbe17178af6bf2ec426487e871459b470.tar.bz2 gentoo-a0fc0f9bbe17178af6bf2ec426487e871459b470.zip |
dev-python/django-setuptest: Clean old up
Diffstat (limited to 'dev-python/django-setuptest')
-rw-r--r-- | dev-python/django-setuptest/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.1.6.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/django-setuptest/Manifest b/dev-python/django-setuptest/Manifest index 1b704dc53152..d4d646d31011 100644 --- a/dev-python/django-setuptest/Manifest +++ b/dev-python/django-setuptest/Manifest @@ -1,2 +1 @@ -DIST django-setuptest-0.1.6.tar.gz 6929 BLAKE2B 45485de8f104b398a00e01dc160915359279c940e4dcfd32989fb15964d6f2ac794764e460fd0cc61b80b920f9e36465e986bde3fe2fd3395710db5689eca266 SHA512 c2f2c1329d3541ac2e8d5895ddde2e1d1d1c2a819b3cc7168d333894e15128ff49b973a1570917abf06152634c915dada6df9f27ec9463ef79f02411c022d80d DIST django-setuptest-0.2.1.tar.gz 7131 BLAKE2B 5afd3106c9f02da2b8d63a21e90c68db97a38f67ca36feafa6e798f9f3106f81cedc94a3155d777f78f43e549fb5656245518d5a812fb30513c59cb24d8da98b SHA512 de0ba14ca451974ffa10b2fe822e6a7a927f2009dd1cc345abd6d4b192a5d9dbd1c9034463cbfbc8b5b66ab35d694282513a33dc55e8c1b0385fa32619c3f31d diff --git a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild deleted file mode 100644 index b2656baad4a0..000000000000 --- a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Simple test suite enabling Django app testing via setup.py" -HOMEPAGE="https://github.com/praekelt/django-setuptest" -SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/pep8[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |