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/shutilwhich/, profiles/
Date: Wed, 23 Dec 2020 09:06:28
Message-Id: 1608714128.808aa30966ef98f08aac4d60aa95027ae5694796.mgorny@gentoo
1 commit: 808aa30966ef98f08aac4d60aa95027ae5694796
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 09:00:20 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=808aa309
7
8 dev-python/shutilwhich: 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/shutilwhich/Manifest | 1 -
14 dev-python/shutilwhich/metadata.xml | 19 -------------------
15 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 20 --------------------
16 profiles/package.mask | 1 -
17 4 files changed, 41 deletions(-)
18
19 diff --git a/dev-python/shutilwhich/Manifest b/dev-python/shutilwhich/Manifest
20 deleted file mode 100644
21 index 9e83f97654f..00000000000
22 --- a/dev-python/shutilwhich/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST shutilwhich-1.1.0.tar.gz 2300 BLAKE2B 0b510fe364991bcb1b2a627368e0aba23550a60dd0c8f892dbf25b5f23696f49ceedec487d91cc6a5acaffe28c29f635bacc633cc3c3377799fa8c75bd8bcd4d SHA512 94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21
26
27 diff --git a/dev-python/shutilwhich/metadata.xml b/dev-python/shutilwhich/metadata.xml
28 deleted file mode 100644
29 index 1534d32f095..00000000000
30 --- a/dev-python/shutilwhich/metadata.xml
31 +++ /dev/null
32 @@ -1,19 +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-needed -->
37 - <upstream>
38 - <maintainer>
39 - <email>git@×××××××××××××.de</email>
40 - <name>Marc Brinkmann</name>
41 - </maintainer>
42 - <remote-id type="pypi">shutilwhich</remote-id>
43 - <remote-id type="github">mbr/shutilwhich</remote-id>
44 - </upstream>
45 - <longdescription>
46 - shutilwhich will monkey-patch the shutil package, so from that
47 - point on you can simply import the which function. On Python
48 - 3.3 and above, the module never do anything but return the
49 - stdlib shutil.which function.
50 - </longdescription>
51 -</pkgmetadata>
52
53 diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
54 deleted file mode 100644
55 index 1ea9faf25c6..00000000000
56 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -PYTHON_COMPAT=( python3_{6,7} )
65 -
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="A copy & paste backport of Python 3.3's shutil.which function"
69 -HOMEPAGE="https://pypi.org/project/shutilwhich/ https://github.com/mbr/shutilwhich"
70 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="PSF-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~arm64 ~x86"
75 -IUSE=""
76 -
77 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
78 -RDEPEND=""
79
80 diff --git a/profiles/package.mask b/profiles/package.mask
81 index 41eb7ee02b6..27f3565f6b3 100644
82 --- a/profiles/package.mask
83 +++ b/profiles/package.mask
84 @@ -297,7 +297,6 @@ games-emulation/fakenes
85 # (or are broken). They have no reverse dependencies, except for other
86 # packages from the list.
87 # Removal in 30 days. Bug #755623.
88 -dev-python/shutilwhich
89 dev-python/sortedcollections
90 dev-python/sphinxcontrib-pretty-searchresults
91 dev-python/subvertpy