summaryrefslogtreecommitdiff
path: root/dev-python/django-piston/django-piston-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 20:21:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 20:27:37 +0100
commite5aa1539a6557af85d0ea9b9501e7574324467cf (patch)
tree396dd4c9bc96d7ed1c8880205fd3801398a26a20 /dev-python/django-piston/django-piston-9999.ebuild
parent22d60c7e27c647ee0b00087185f3ba87c5d526b7 (diff)
downloadgentoo-e5aa1539a6557af85d0ea9b9501e7574324467cf.tar.gz
gentoo-e5aa1539a6557af85d0ea9b9501e7574324467cf.tar.bz2
gentoo-e5aa1539a6557af85d0ea9b9501e7574324467cf.zip
dev-python/django-piston: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-piston/django-piston-9999.ebuild')
-rw-r--r--dev-python/django-piston/django-piston-9999.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/django-piston/django-piston-9999.ebuild b/dev-python/django-piston/django-piston-9999.ebuild
deleted file mode 100644
index dfbb04644206..000000000000
--- a/dev-python/django-piston/django-piston-9999.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=( python2_7 )
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="A mini-framework for Django for creating RESTful APIs"
-HOMEPAGE="https://bitbucket.org/jespern/django-piston/wiki/Home"
-EHG_REPO_URI="https://bitbucket.org/jespern/django-piston/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${PN}"