commit: fbc2bcab724edfd34a1832ac6b9e5c58bd80cc3e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:06:04 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:07:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc2bcab
dev-python/pgpdump: Remove last-rited pkg Closes: https://bugs.gentoo.org/719356 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pgpdump/Manifest | 1 - dev-python/pgpdump/metadata.xml | 12 ------------ dev-python/pgpdump/pgpdump-1.5.ebuild | 17 ----------------- profiles/package.mask | 5 ----- 4 files changed, 35 deletions(-) diff --git a/dev-python/pgpdump/Manifest b/dev-python/pgpdump/Manifest deleted file mode 100644 index e5eeecfa13b..00000000000 --- a/dev-python/pgpdump/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pgpdump-1.5.tar.gz 69446 BLAKE2B cdca875f3d827d8c1a35164465c158fb211677457c29924a6bf1cc7d901c1e732ebbe57edc819ddac0ded186495d307010d0180b4d115977dd0c68f254fc9e45 SHA512 b9fc7f78b920296301acaad2dbbafefff7b5f1658cbb65f5892a28d0b4d5110581bba984ad5cdabde3330025e3828387d7127c689cb86a7163c0b5ac0d0d2de0 diff --git a/dev-python/pgpdump/metadata.xml b/dev-python/pgpdump/metadata.xml deleted file mode 100644 index 11bf83b1dfc..00000000000 --- a/dev-python/pgpdump/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pgpdump</remote-id> - <remote-id type="github">toofishes/python-pgpdump</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pgpdump/pgpdump-1.5.ebuild b/dev-python/pgpdump/pgpdump-1.5.ebuild deleted file mode 100644 index 208dd93f756..00000000000 --- a/dev-python/pgpdump/pgpdump-1.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="PGP packet parser library" -HOMEPAGE="https://pypi.org/project/pgpdump/ https://github.com/toofishes/python-pgpdump" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" diff --git a/profiles/package.mask b/profiles/package.mask index 260d2ed8b55..be27cf0e60e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -363,11 +363,6 @@ dev-python/placefinder # Removal in 30 days. Bug #719360. dev-python/pillowfight -# Michał Górny <[email protected]> (2020-04-25) -# Stuck on Python 3.6. Missing tests. No revdeps. -# Removal in 30 days. Bug #719356. -dev-python/pgpdump - # Michał Górny <[email protected]> (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. #
