Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/, profiles/
Date: Sat, 23 May 2020 09:50:46
Message-Id: 1590227181.ba90d913751bba88b9825842991099956cdf7c72.mgorny@gentoo
1 commit: ba90d913751bba88b9825842991099956cdf7c72
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:46:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:46:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba90d913
7
8 dev-python/django-durationfield: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718724
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/django-durationfield/Manifest | 1 -
14 .../django-durationfield-0.5.4.ebuild | 26 ----------------------
15 dev-python/django-durationfield/metadata.xml | 8 -------
16 profiles/package.mask | 5 -----
17 4 files changed, 40 deletions(-)
18
19 diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
20 deleted file mode 100644
21 index 252bc61fa79..00000000000
22 --- a/dev-python/django-durationfield/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5 SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610
26
27 diff --git a/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
28 deleted file mode 100644
29 index 2e15cf09d7f..00000000000
30 --- a/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -PYTHON_COMPAT=( python3_6 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Reusable app for adding a DurationField to Django"
43 -HOMEPAGE="https://pypi.org/project/django-durationfield/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -KEYWORDS="~amd64 ~x86"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - >=dev-python/django-1.4[${PYTHON_USEDEP}]
53 -"
54 -
55 -DEPEND="
56 - ${RDEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 -"
59
60 diff --git a/dev-python/django-durationfield/metadata.xml b/dev-python/django-durationfield/metadata.xml
61 deleted file mode 100644
62 index 9243c707fbe..00000000000
63 --- a/dev-python/django-durationfield/metadata.xml
64 +++ /dev/null
65 @@ -1,8 +0,0 @@
66 -<?xml version="1.0" encoding="UTF-8"?>
67 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 -<pkgmetadata>
69 - <!-- maintainer-needed -->
70 - <upstream>
71 - <remote-id type="pypi">django-durationfield</remote-id>
72 - </upstream>
73 -</pkgmetadata>
74
75 diff --git a/profiles/package.mask b/profiles/package.mask
76 index 4c3e3e5f301..d4163881271 100644
77 --- a/profiles/package.mask
78 +++ b/profiles/package.mask
79 @@ -476,11 +476,6 @@ dev-python/django-spurl
80 # Removal in 30 days. Bug #718734.
81 dev-python/django-setuptest
82
83 -# Michał Górny <mgorny@g.o> (2020-04-21)
84 -# Django has a native DurationField since 1.8. No revdeps.
85 -# Removal in 30 days. Bug #718724.
86 -dev-python/django-durationfield
87 -
88 # Michael Orlitzky <mjo@g.o> (2020-04-19)
89 # Stuck on Python 3.6, support for which already required
90 # backporting patches to a release from 2014. Upstream's git