From b1b60c0f1d3b1363d03f9ab2f405b4d6d6d144d8 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 22 Jul 2018 21:28:37 -0400 Subject: [PATCH] dev-python/django-tastypie: remove old Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- .../django-tastypie-0.13.3.ebuild | 81 ------------------- 1 file changed, 81 deletions(-) delete mode 100644 dev-python/django-tastypie/django-tastypie-0.13.3.ebuild 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 30df05b94e5a9..0000000000000 --- 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}] -