diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-23 10:00:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-23 10:02:08 +0100 |
commit | 808aa30966ef98f08aac4d60aa95027ae5694796 (patch) | |
tree | db39da94dad89395e41a1788369ab9224648bf44 | |
parent | dev-python/resumable-urlretrieve: Remove last-rited pkg (diff) | |
download | gentoo-808aa30966ef98f08aac4d60aa95027ae5694796.tar.gz gentoo-808aa30966ef98f08aac4d60aa95027ae5694796.tar.bz2 gentoo-808aa30966ef98f08aac4d60aa95027ae5694796.zip |
dev-python/shutilwhich: Remove last-rited pkg
Closes: https://bugs.gentoo.org/755623
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/shutilwhich/Manifest | 1 | ||||
-rw-r--r-- | dev-python/shutilwhich/metadata.xml | 19 | ||||
-rw-r--r-- | dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 20 | ||||
-rw-r--r-- | profiles/package.mask | 1 |
4 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/shutilwhich/Manifest b/dev-python/shutilwhich/Manifest deleted file mode 100644 index 9e83f97654f0..000000000000 --- a/dev-python/shutilwhich/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST shutilwhich-1.1.0.tar.gz 2300 BLAKE2B 0b510fe364991bcb1b2a627368e0aba23550a60dd0c8f892dbf25b5f23696f49ceedec487d91cc6a5acaffe28c29f635bacc633cc3c3377799fa8c75bd8bcd4d SHA512 94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21 diff --git a/dev-python/shutilwhich/metadata.xml b/dev-python/shutilwhich/metadata.xml deleted file mode 100644 index 1534d32f0959..000000000000 --- a/dev-python/shutilwhich/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <maintainer> - <email>git@marcbrinkmann.de</email> - <name>Marc Brinkmann</name> - </maintainer> - <remote-id type="pypi">shutilwhich</remote-id> - <remote-id type="github">mbr/shutilwhich</remote-id> - </upstream> - <longdescription> - shutilwhich will monkey-patch the shutil package, so from that - point on you can simply import the which function. On Python - 3.3 and above, the module never do anything but return the - stdlib shutil.which function. - </longdescription> -</pkgmetadata> diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild deleted file mode 100644 index 1ea9faf25c62..000000000000 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A copy & paste backport of Python 3.3's shutil.which function" -HOMEPAGE="https://pypi.org/project/shutilwhich/ https://github.com/mbr/shutilwhich" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/profiles/package.mask b/profiles/package.mask index 41eb7ee02b6f..27f3565f6b38 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/shutilwhich dev-python/sortedcollections dev-python/sphinxcontrib-pretty-searchresults dev-python/subvertpy |