summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-02 23:53:49 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 10:11:30 +0100
commita0fc0f9bbe17178af6bf2ec426487e871459b470 (patch)
treee39364d9ead421ac12517a70d960b8b9f8709752 /dev-python/django-setuptest/django-setuptest-0.1.6.ebuild
parentdev-python/django-recaptcha: Clean old up (diff)
downloadgentoo-a0fc0f9bbe17178af6bf2ec426487e871459b470.tar.gz
gentoo-a0fc0f9bbe17178af6bf2ec426487e871459b470.tar.bz2
gentoo-a0fc0f9bbe17178af6bf2ec426487e871459b470.zip
dev-python/django-setuptest: Clean old up
Diffstat (limited to 'dev-python/django-setuptest/django-setuptest-0.1.6.ebuild')
-rw-r--r--dev-python/django-setuptest/django-setuptest-0.1.6.ebuild23
1 files changed, 0 insertions, 23 deletions
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}]"