summaryrefslogtreecommitdiff
path: root/dev-python/django-mptt/django-mptt-0.7.4.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-16 16:51:28 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-16 16:56:29 +0100
commit681bcf5927932a8cecddd1a78c3de0ce961cfb4f (patch)
tree79ed76e25559388a739bb2644ad4c69c00e8e27c /dev-python/django-mptt/django-mptt-0.7.4.ebuild
parentfcd19e8e58db25e0999c02e79114dfda0aed941c (diff)
downloadgentoo-681bcf5927932a8cecddd1a78c3de0ce961cfb4f.tar.gz
gentoo-681bcf5927932a8cecddd1a78c3de0ce961cfb4f.tar.bz2
gentoo-681bcf5927932a8cecddd1a78c3de0ce961cfb4f.zip
dev-python/django-mptt: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-mptt/django-mptt-0.7.4.ebuild')
-rw-r--r--dev-python/django-mptt/django-mptt-0.7.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/django-mptt/django-mptt-0.7.4.ebuild b/dev-python/django-mptt/django-mptt-0.7.4.ebuild
deleted file mode 100644
index 7eb84d48fd50..000000000000
--- a/dev-python/django-mptt/django-mptt-0.7.4.ebuild
+++ /dev/null
@@ -1,26 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utilities for implementing Modified Preorder Tree Traversal"
-HOMEPAGE="https://pypi.org/project/django-mptt/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/django-1.4
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"