commit: f1b21284e1c484082e04ff545af63dbc77031b3f Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Sep 16 12:33:56 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Sep 16 12:33:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b21284
dev-python/pyGPG: treeclean Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/pyGPG/Manifest | 2 -- dev-python/pyGPG/metadata.xml | 16 --------- dev-python/pyGPG/pyGPG-0.2-r1.ebuild | 39 -------------------- dev-python/pyGPG/pyGPG-0.2_p20220808.ebuild | 55 ----------------------------- dev-python/pyGPG/pyGPG-9999.ebuild | 55 ----------------------------- profiles/package.mask | 6 ---- 6 files changed, 173 deletions(-) diff --git a/dev-python/pyGPG/Manifest b/dev-python/pyGPG/Manifest deleted file mode 100644 index 9f6ec7e8ff54..000000000000 --- a/dev-python/pyGPG/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pyGPG-0.2.tar.gz 15439 BLAKE2B 92c82b8b23c279461a872f118c636fa9cdae3f44910fc34a357983b0b4afea2a7b13c6400499a0fdbb4365357ade64294642178ca07a79ab3b7df89e60146e73 SHA512 93d892a57a27b254bfdc9778b73d341dfec654c2104c578014628df78c43beaf93eafb571ac544d52f334e63f6e5b8c0cfad7c8a0d585ee7211e8649efce8c67 -DIST pyGPG-0.2_p20220808.gh.tar.gz 31955 BLAKE2B ae671b7bf685b1072364dbfcf79bca8fa2dadd034fbdf7a721d7a2cfec44e8d8ffa22b08c14414c8774422b6a62af8d511bd31bd15bd68d89632cde031ec0906 SHA512 85c8d67e71e91cfb26b1e0087889d7cd4fccae9ddcffcd3e3f9d208da7fd352c3273c580e3b7c284c5ab4c2a53c56f4530e5587dc22869098a408a1dfcd1e257 diff --git a/dev-python/pyGPG/metadata.xml b/dev-python/pyGPG/metadata.xml deleted file mode 100644 index b04f3dcc2151..000000000000 --- a/dev-python/pyGPG/metadata.xml +++ /dev/null @@ -1,16 +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>Gentoo Portage tools team</name> - </maintainer> - <longdescription>A python interface library for wrapping gnupg's gpg command. - It also connects to gpg's status-fd output and makes all the status data - available as subclassed namedtuple instances. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="github">dol-sen/pyGPG</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pyGPG/pyGPG-0.2-r1.ebuild b/dev-python/pyGPG/pyGPG-0.2-r1.ebuild deleted file mode 100644 index 43eeb1b5b61b..000000000000 --- a/dev-python/pyGPG/pyGPG-0.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10} ) - -inherit distutils-r1 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" - EGIT_BRANCH="master" -else - SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -fi - -DESCRIPTION="A python interface wrapper for gnupg's gpg command" -HOMEPAGE="https://github.com/dol-sen/pyGPG" - -LICENSE="BSD" -SLOT="0" - -RDEPEND="app-crypt/gnupg" - -pkg_postinst() { - elog "This is experimental software." - elog "The APIs it installs should be considered unstable" - elog "and are subject to change." - elog - elog "Please file any enhancement requests, or bugs" - elog "at https://github.com/dol-sen/pyGPG/issues" - elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network" - elog - ewarn "There may be some Python 3 compatibility issues still." - ewarn "Please help debug/fix/report them in github or bugzilla." -} diff --git a/dev-python/pyGPG/pyGPG-0.2_p20220808.ebuild b/dev-python/pyGPG/pyGPG-0.2_p20220808.ebuild deleted file mode 100644 index 78f1b9b5f5db..000000000000 --- a/dev-python/pyGPG/pyGPG-0.2_p20220808.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" - EGIT_BRANCH="master" -elif [[ ${PV} == *_p* ]] ; then - MY_COMMIT="eb44ec69978044809325a0a9c8972d1d4f573b47" - SRC_URI="https://github.com/dol-sen/pyGPG/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz" - S="${WORKDIR}"/${PN}-${MY_COMMIT} -else - SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" -fi - -DESCRIPTION="A python interface wrapper for gnupg's gpg command" -HOMEPAGE="https://github.com/dol-sen/pyGPG" - -LICENSE="BSD" -SLOT="0" -if [[ ${PV} != *9999 ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -fi - -RDEPEND="app-crypt/gnupg" - -EPYTEST_DESELECT=( - # Expired keys - test/pyGPG/test_gpg.py::test_listkeys2 - test/pyGPG/test_gpg.py::test_listkey2 - test/pyGPG/test_gpg.py::test_listkey - test/pyGPG/test_gpg.py::test_fingerprint2 -) - -distutils_enable_tests pytest - -pkg_postinst() { - elog "This is experimental software." - elog "The APIs it installs should be considered unstable" - elog "and are subject to change." - elog - elog "Please file any enhancement requests, or bugs" - elog "at https://github.com/dol-sen/pyGPG/issues" - elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network" - elog - ewarn "There may be some Python 3 compatibility issues still." - ewarn "Please help debug/fix/report them in github or bugzilla." -} diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild deleted file mode 100644 index 6749e63d1904..000000000000 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" - EGIT_BRANCH="master" -elif [[ ${PV} == *_p* ]] ; then - MY_COMMIT="eb44ec69978044809325a0a9c8972d1d4f573b47" - SRC_URI="https://github.com/dol-sen/pyGPG/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz" - S="${WORKDIR}"/${PN}-${MY_COMMIT} -else - SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" -fi - -DESCRIPTION="A python interface wrapper for gnupg's gpg command" -HOMEPAGE="https://github.com/dol-sen/pyGPG" - -LICENSE="BSD" -SLOT="0" -if [[ ${PV} != *9999 ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -fi - -RDEPEND="app-crypt/gnupg" - -EPYTEST_DESELECT=( - # Expired keys - test/pyGPG/test_gpg.py::test_listkeys2 - test/pyGPG/test_gpg.py::test_listkey2 - test/pyGPG/test_gpg.py::test_listkey - test/pyGPG/test_gpg.py::test_fingerprint2 -) - -distutils_enable_tests pytest - -pkg_postinst() { - elog "This is experimental software." - elog "The APIs it installs should be considered unstable" - elog "and are subject to change." - elog - elog "Please file any enhancement requests, or bugs" - elog "at https://github.com/dol-sen/pyGPG/issues" - elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network" - elog - ewarn "There may be some Python 3 compatibility issues still." - ewarn "Please help debug/fix/report them in github or bugzilla." -} diff --git a/profiles/package.mask b/profiles/package.mask index 0cf3493583e2..0911b0937fdc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -509,12 +509,6 @@ gnome-extra/tecla # as a workaround. bug #906797. ~sys-apps/util-linux-2.39 -# David Seifert <[email protected]> (2023-05-19) -# Abandoned, NIH library only used by other obsolete packages like gkeys -# and layman, use app-crypt/gpgme[python] as a proper upstream -# supported gpg library. Removal on 2023-08-17. -dev-python/pyGPG - # Sam James <[email protected]> (2023-05-10) # Lots of package breakage as usual for new versions. Masked until most/all # reverse dependencies are fixed. Tracker bug is bug #906077.
