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/sortedcollections/, profiles/
Date: Wed, 23 Dec 2020 09:06:30
Message-Id: 1608714128.e96ce5ba282913ebeb3812ad34baa614a11392a3.mgorny@gentoo
1 commit: e96ce5ba282913ebeb3812ad34baa614a11392a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 09:00:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 09:02:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96ce5ba
7
8 dev-python/sortedcollections: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/755623
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sortedcollections/Manifest | 1 -
14 dev-python/sortedcollections/metadata.xml | 12 ------------
15 .../sortedcollections-0.5.3.ebuild | 21 ---------------------
16 profiles/package.mask | 1 -
17 4 files changed, 35 deletions(-)
18
19 diff --git a/dev-python/sortedcollections/Manifest b/dev-python/sortedcollections/Manifest
20 deleted file mode 100644
21 index 8a17344c46d..00000000000
22 --- a/dev-python/sortedcollections/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sortedcollections-0.5.3.tar.gz 7021 BLAKE2B fdef18b938502f0fc7ce1683977b0982c23aa915d79b6bac30cf9cd74aa19af695f2aacb658a8411304497f28d270e9ba95bbdbcc47220f0302cd376edf312d9 SHA512 e0076017d1a97d7dc18b02bc4e3739c535ab001260be739fab2784cb58deac4323957fe21b4c679f55a790d864ca696695a603298709225b04eae740d859ab28
26
27 diff --git a/dev-python/sortedcollections/metadata.xml b/dev-python/sortedcollections/metadata.xml
28 deleted file mode 100644
29 index 8b24aaac3f5..00000000000
30 --- a/dev-python/sortedcollections/metadata.xml
31 +++ /dev/null
32 @@ -1,12 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="pypi">sortedcollections</remote-id>
42 - <remote-id type="github">grantjenks/sortedcollections</remote-id>
43 - </upstream>
44 -</pkgmetadata>
45
46 diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
47 deleted file mode 100644
48 index e19def8ba3c..00000000000
49 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
50 +++ /dev/null
51 @@ -1,21 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=7
56 -PYTHON_COMPAT=( python3_{6,7} )
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="Python library to sort collections and containers"
61 -HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/"
62 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63 -
64 -LICENSE="Apache-2.0"
65 -SLOT="0"
66 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
67 -IUSE="test"
68 -RESTRICT="!test? ( test )"
69 -
70 -RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
71 -DEPEND="${RDEPEND}
72 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
73
74 diff --git a/profiles/package.mask b/profiles/package.mask
75 index 27f3565f6b3..16bc56d7903 100644
76 --- a/profiles/package.mask
77 +++ b/profiles/package.mask
78 @@ -297,7 +297,6 @@ games-emulation/fakenes
79 # (or are broken). They have no reverse dependencies, except for other
80 # packages from the list.
81 # Removal in 30 days. Bug #755623.
82 -dev-python/sortedcollections
83 dev-python/sphinxcontrib-pretty-searchresults
84 dev-python/subvertpy
85 dev-python/vcversioner