summaryrefslogtreecommitdiff
path: root/dev-python/pygpgme
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pygpgme')
-rw-r--r--dev-python/pygpgme/Manifest3
-rw-r--r--dev-python/pygpgme/metadata.xml18
-rw-r--r--dev-python/pygpgme/pygpgme-0.3-r5.ebuild24
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/pygpgme/Manifest b/dev-python/pygpgme/Manifest
deleted file mode 100644
index 9351de13aba0..000000000000
--- a/dev-python/pygpgme/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pygpgme-0.3.tar.gz 50100 BLAKE2B d55ddc79a569ddf007552909a142836c54f97f6a5e9b503dec0405d1df387a9aac04f0424b3700cf35bb5d1bd891f0b90f2dc3fb7cc88435da83944adfccdaec SHA512 25fc199a7958adfa3bbb294108792974ba96ee7b15dff98f7933e9b089a6044d83bb7c7b77ca84ea0cab5b182f6d401cee42ecab57ab9ba34aa0b14eb6ce7736
-EBUILD pygpgme-0.3-r5.ebuild 594 BLAKE2B d1d7ef26a4db0b8fe36e896ce396c44b2ded459add84a1bf6610fa064547746b0967fc600d64d9d9c48b8aa1eff410eb70f75475fe7750766c59cc7e57697d34 SHA512 e746aa075866b72aa0761f56ff74e68520a40e9da13d40631e857a3d77e98a810e6f3fae87c707db49b00d5541954b52281f5d93ce03020f7823c6c71171f1ea
-MISC metadata.xml 596 BLAKE2B 1e8005d8a724905512d5b13a9ab215c5d8e604babab4b849a41e1e1844cb6e724623f9d71d9d8fca803269c27ccf12a259cc74139b9dbd40c26db40e53b040a3 SHA512 5db17552c40f40289b4dc80583ec551a3bddd9598040e06de22892f4cf64394649f0e1efa4e975a7a5927cb2efcaf8a84d41872de94f2909ce09affd8e3ec584
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>python@gentoo.org</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)
-}