From: Virgil Dupras Date: Mon, 23 Jul 2018 01:28:37 +0000 (-0400) Subject: dev-python/django-tastypie: remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b1b60c0f1d3b1363d03f9ab2f405b4d6d6d144d8;p=gentoo.git dev-python/django-tastypie: remove old Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild deleted file mode 100644 index 30df05b94e5a..000000000000 --- a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A flexible and capable API layer for django utilising serialisers" -HOMEPAGE="https://pypi.org/project/django-tastypie/ https://github.com/toastdriven/django-tastypie" -SRC_URI="https://github.com/toastdriven/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="amd64 x86" -IUSE="bip doc test" - -LICENSE="BSD" -SLOT="0" - -COMMON_DEPEND=">=dev-python/mimeparse-0.1.4[${PYTHON_USEDEP}] - !=dev-python/mimeparse-1.5[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] - !=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}] - >=dev-python/django-1.7[${PYTHON_USEDEP}] -