summaryrefslogtreecommitdiff
path: root/dev-python/django-annoying/django-annoying-0.8.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 13:02:53 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 13:58:01 +0200
commit6236f5e2e476520050c550edcb8f6ffc260b0506 (patch)
treead513241f3f1a4d40b8eac6ecf3c0b8b981f5e13 /dev-python/django-annoying/django-annoying-0.8.2.ebuild
parent87f794232b7dc3936a932e9925ab4df3bb3ce71a (diff)
downloadgentoo-6236f5e2e476520050c550edcb8f6ffc260b0506.tar.gz
gentoo-6236f5e2e476520050c550edcb8f6ffc260b0506.tar.bz2
gentoo-6236f5e2e476520050c550edcb8f6ffc260b0506.zip
dev-python/django-annoying: Clean old versions up
Diffstat (limited to 'dev-python/django-annoying/django-annoying-0.8.2.ebuild')
-rw-r--r--dev-python/django-annoying/django-annoying-0.8.2.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/django-annoying/django-annoying-0.8.2.ebuild b/dev-python/django-annoying/django-annoying-0.8.2.ebuild
deleted file mode 100644
index dc41a21b36e0..000000000000
--- a/dev-python/django-annoying/django-annoying-0.8.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This is django application that try to eliminate annoying things in Django framework"
-HOMEPAGE="https://bitbucket.org/offline/django-annoying/wiki/Home"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"