summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-27 19:52:15 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-27 19:52:15 +0100
commit40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a (patch)
tree67299d5862888ce91d2cbb827501ade47396984b /dev-python
parent17a5eb14878f051584b145230a355e7efec22fbf (diff)
downloadgentoo-40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a.tar.gz
gentoo-40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a.tar.bz2
gentoo-40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a.zip
dev-python/django-durationfield: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-durationfield/Manifest1
-rw-r--r--dev-python/django-durationfield/django-durationfield-0.5.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
index c270cb9ad67d..252bc61fa79c 100644
--- a/dev-python/django-durationfield/Manifest
+++ b/dev-python/django-durationfield/Manifest
@@ -1,2 +1 @@
-DIST django-durationfield-0.5.2.tar.gz 4324 BLAKE2B 392587843c863db5fd6263f4f7839dffa99b5cc4304b691febbf3921fe3893af459d64809b1cabda68614d2df4b9102b8401108a488b0c30235386e80c4a790d SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad
DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5 SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610
diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
deleted file mode 100644
index a7b15fcfaaaf..000000000000
--- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Reusable app for adding a DurationField to Django"
-HOMEPAGE="https://pypi.org/project/django-durationfield/"
-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[${PYTHON_USEDEP}]
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"