commit: 23a9a5d8cc32939af902d22175ab4110b46fef00
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 13:56:22 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 21:43:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a9a5d8
dev-python/gpgmepy: add 1.24.3 (porting aid)
This version bump is a proxy to app-crypt/gpgme-1.24.3[python] to
facilitate the porting of the reverse dependencies to version 2.0.0.
With version >=2.0.0 the language bindings for C++, Qt and Python of
app-crypt/gpgme are split into separate packages (namely
dev-cpp/gpgmepp, dev-libs/qgpgme and dev-python/gpgmepy).
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/gpgmepy/gpgmepy-1.24.3.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/gpgmepy/gpgmepy-1.24.3.ebuild
b/dev-python/gpgmepy/gpgmepy-1.24.3.ebuild
new file mode 100644
index 000000000000..04f456be5972
--- /dev/null
+++ b/dev-python/gpgmepy/gpgmepy-1.24.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+inherit python-r1
+
+DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use
(Python bindings)"
+HOMEPAGE="https://www.gnupg.org/related_software/gpgme"
+
+# keep slot and keywords in sync with app-crypt/gpgme
+LICENSE="metapackage"
+SLOT="1/11.6.15.2"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ ~app-crypt/gpgme-${PV}:=[python,${PYTHON_USEDEP}]
+"