commit: 745a0fe42a9b2100758c6fd15f1fbf418ea15489 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Jul 25 16:18:52 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Jul 25 16:18:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745a0fe4
dev-python/pygpgme: treeclean Closes: https://bugs.gentoo.org/798372 Closes: https://bugs.gentoo.org/748531 Closes: https://bugs.gentoo.org/845807 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pygpgme/Manifest | 1 - dev-python/pygpgme/metadata.xml | 18 ------------------ dev-python/pygpgme/pygpgme-0.3-r5.ebuild | 24 ------------------------ profiles/package.mask | 6 ------ 4 files changed, 49 deletions(-) diff --git a/dev-python/pygpgme/Manifest b/dev-python/pygpgme/Manifest deleted file mode 100644 index 8c97431e0dbb..000000000000 --- a/dev-python/pygpgme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygpgme-0.3.tar.gz 50100 BLAKE2B d55ddc79a569ddf007552909a142836c54f97f6a5e9b503dec0405d1df387a9aac04f0424b3700cf35bb5d1bd891f0b90f2dc3fb7cc88435da83944adfccdaec SHA512 25fc199a7958adfa3bbb294108792974ba96ee7b15dff98f7933e9b089a6044d83bb7c7b77ca84ea0cab5b182f6d401cee42ecab57ab9ba34aa0b14eb6ce7736 diff --git a/dev-python/pygpgme/metadata.xml b/dev-python/pygpgme/metadata.xml deleted file mode 100644 index 7eff4ce0387d..000000000000 --- a/dev-python/pygpgme/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - PyGPGME is a Python module that lets you sign, verify, encrypt and - decrypt messages using the OpenPGP format. It is built on top of the - GNU Privacy Guard and the GPGME - library. - </longdescription> - <upstream> - <remote-id type="launchpad">pygpgme</remote-id> - <remote-id type="pypi">pygpgme</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pygpgme/pygpgme-0.3-r5.ebuild b/dev-python/pygpgme/pygpgme-0.3-r5.ebuild deleted file mode 100644 index 4059028ee04c..000000000000 --- a/dev-python/pygpgme/pygpgme-0.3-r5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="A Python wrapper for the GPGME library" -HOMEPAGE="https://launchpad.net/pygpgme https://pypi.org/project/pygpgme/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -DEPEND="app-crypt/gpgme:=[python,${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_configure_all() { - append-cflags $(gpgme-config --cflags) -} diff --git a/profiles/package.mask b/profiles/package.mask index acd19a4c5d61..9e9b0d4039c0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -523,12 +523,6 @@ dev-python/jikanpy # see bug #843746 sys-power/tuxedo-cc-wmi -# Sam James <[email protected]> (2022-06-21) -# Obsolete, no reverse dependencies, does not run test suite, and doesn't -# support Python 3.10+. Use app-crypt/gpgme[python] instead. -# Bugs #845807, #798372, #748531. Removal on 2022-07-21. -dev-python/pygpgme - # Sam James <[email protected]> (2022-05-28) # GCC 9 and older no longer receive upstream support or fixes for # bugs. Please switch to a newer GCC version using gcc-config.
