dev-python/django-durationfield: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 09:46:21 +0000 (11:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 09:46:21 +0000 (11:46 +0200)
Closes: https://bugs.gentoo.org/718724
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/django-durationfield/Manifest [deleted file]
dev-python/django-durationfield/django-durationfield-0.5.4.ebuild [deleted file]
dev-python/django-durationfield/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
deleted file mode 100644 (file)
index 252bc61..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5 SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610
diff --git a/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
deleted file mode 100644 (file)
index 2e15cf0..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-
-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}]
-"
diff --git a/dev-python/django-durationfield/metadata.xml b/dev-python/django-durationfield/metadata.xml
deleted file mode 100644 (file)
index 9243c70..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">django-durationfield</remote-id>
-  </upstream>
-</pkgmetadata>
index 4c3e3e5f301b3a358e8285d72001030dd9a8e2b8..d416388127155936cd06500546a7f47bb1cdda31 100644 (file)
@@ -476,11 +476,6 @@ dev-python/django-spurl
 # Removal in 30 days.  Bug #718734.
 dev-python/django-setuptest
 
-# Michał Górny <mgorny@gentoo.org> (2020-04-21)
-# Django has a native DurationField since 1.8.  No revdeps.
-# Removal in 30 days.  Bug #718724.
-dev-python/django-durationfield
-
 # Michael Orlitzky <mjo@gentoo.org> (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git