summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-15 16:00:47 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-15 16:00:47 +0100
commit8ed50b821a4e1ef2e776a11024744c7c2957632b (patch)
tree708fd6a0d54d8bddb8c8d51b22fcb93f1bf04f94 /dev-python/pygpgme
parentdev-python/peewee: Remove old (diff)
downloadgentoo-8ed50b821a4e1ef2e776a11024744c7c2957632b.tar.gz
gentoo-8ed50b821a4e1ef2e776a11024744c7c2957632b.tar.bz2
gentoo-8ed50b821a4e1ef2e776a11024744c7c2957632b.zip
dev-python/pygpgme: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygpgme')
-rw-r--r--dev-python/pygpgme/pygpgme-0.3-r2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
deleted file mode 100644
index 4b42660b91f4..000000000000
--- a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="A Python wrapper for the GPGME library"
-HOMEPAGE="https://launchpad.net/pygpgme"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="app-crypt/gpgme"
-RDEPEND="${DEPEND}"
-
-python_configure_all() {
- append-cflags $(gpgme-config --cflags)
-}