* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2016-01-23 20:46 Mike Gilbert
0 siblings, 0 replies; 18+ messages in thread
From: Mike Gilbert @ 2016-01-23 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 87d3807c0eb2627c541493c5d6657677572dfed6
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 20:44:58 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 20:45:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d3807c
dev-python/pygpgme: Cleanup src_prepare
The sed for tests is pointless since we don't run the tests.
The sed for gpgme.h is better handled by calling gpgme-config.
Package-Manager: portage-2.2.27_p49
dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index 8510bb2..21d2f54 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
DESCRIPTION="A Python wrapper for the GPGME library"
HOMEPAGE="https://launchpad.net/pygpgme"
@@ -20,14 +20,6 @@ IUSE=""
DEPEND="app-crypt/gpgme"
RDEPEND="${DEPEND}"
-python_prepare_all() {
- sed \
- -e 's/#include <gpgme\.h>/#include <gpgme\/gpgme\.h>/' \
- -i "${S}/src/pygpgme.h" || die
- sed \
- -e 's/suite.addTest(tests.test_sign_verify.test_suite())/#\0/' \
- -e 's/suite.addTest(tests.test_encrypt_decrypt.test_suite())/#\0/' \
- -e 's/suite.addTest(tests.test_passphrase.test_suite())/#\0/' \
- -i "${S}/tests/__init__.py" || die
- distutils-r1_python_prepare_all
+python_configure_all() {
+ append-cflags $(gpgme-config --cflags)
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2016-01-23 20:58 Mike Gilbert
0 siblings, 0 replies; 18+ messages in thread
From: Mike Gilbert @ 2016-01-23 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 649a4dc5d16a74b4ee891566031253ceec89b016
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 20:58:11 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 20:58:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649a4dc5
dev-python/pygpgme: Add python3.5
Package-Manager: portage-2.2.27_p49
dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index 21d2f54..9646d87 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1 flag-o-matic
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2016-02-22 0:35 Stephen Klimaszewski
0 siblings, 0 replies; 18+ messages in thread
From: Stephen Klimaszewski @ 2016-02-22 0:35 UTC (permalink / raw
To: gentoo-commits
commit: 2364d4f9cc2168378936f0e2732e16c1193c225b
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 00:35:23 2016 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 00:35:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2364d4f9
dev-python/pygpgme: add ~arm64 keyword
Tested on Cortex A53
Package-Manager: portage-2.2.27
dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index 9646d87..86b649a 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2017-04-28 15:26 Manuel Rüger
0 siblings, 0 replies; 18+ messages in thread
From: Manuel Rüger @ 2017-04-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 505ea7558d3754c78637371b967e7463cc39ec36
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 15:25:59 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 15:25:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505ea755
dev-python/pygpgme: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index 79aaef053e1..f9f61c70504 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 flag-o-matic
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2019-06-01 15:46 David Seifert
0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2019-06-01 15:46 UTC (permalink / raw
To: gentoo-commits
commit: c7c1a8af0d9617a4a1ed9588715005e6fc4f1435
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 15:46:40 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 15:46:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c1a8af
dev-python/pygpgme: Add py3.7
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index f29924d4688..4d0ee94c2ac 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1 flag-o-matic
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2019-07-29 13:04 Aaron Bauman
0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2019-07-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 3c74695eaf78dfbd29acba7733d37378aacf0c1e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 12:57:28 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 13:04:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c74695e
dev-python/pygpgme: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index 4d0ee94c2ac..273bce48958 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2020-04-23 5:49 Andrey Grozin
0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2020-04-23 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 95c16107739e71bc5934f354f3c76dda7306b980
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 05:48:18 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 05:48:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c16107
dev-python/pygpgme: add python3_8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r2.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
new file mode 100644
index 00000000000..feeddfd94ea
--- /dev/null
+++ b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6,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)
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2020-06-03 19:46 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-06-03 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 450c67d3e7d988d6f0c101250eecd45c927b3e15
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 3 19:46:00 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 3 19:46:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450c67d3
dev-python/pygpgme: x86 stable wrt bug #726592
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
index feeddfd94ea..14125b27bc2 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2020-06-04 14:10 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-06-04 14:10 UTC (permalink / raw
To: gentoo-commits
commit: dcf4c03583be31bca2fb298bf89f5078807d2d7d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 14:09:49 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 14:09:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf4c035
dev-python/pygpgme: amd64 stable wrt bug #726592
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
index 14125b27bc2..d2cc999d220 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2020-08-02 9:15 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-08-02 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 211a74d5a0133bb92d77ab64981a0e665197aa8b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 08:55:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 08:55:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211a74d5
dev-python/pygpgme: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
index 35ee8e0e45e..b4c69ce17e9 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1 flag-o-matic
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2021-02-08 6:39 Andrey Grozin
0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2021-02-08 6:39 UTC (permalink / raw
To: gentoo-commits
commit: fd5a2df7fb5ade9bb41b49f85bf2b4244a748a78
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 06:38:31 2021 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 06:38:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5a2df7
dev-python/pygpgme: python3_9 added
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r3.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
new file mode 100644
index 00000000000..0f5f53075db
--- /dev/null
+++ b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 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 ~x86"
+IUSE=""
+
+DEPEND="app-crypt/gpgme"
+RDEPEND="${DEPEND}"
+
+python_configure_all() {
+ append-cflags $(gpgme-config --cflags)
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2021-03-15 2:26 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-15 2:26 UTC (permalink / raw
To: gentoo-commits
commit: 46dfb5da32381966f757bec11101a290114998a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 02:26:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 02:26:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46dfb5da
dev-python/pygpgme: Stabilize 0.3-r3 arm64, #776112
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
index 0f5f53075db..6f1f219c442 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2021-03-15 6:30 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-15 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 6ab173b44cb26265def9e222ce3ddc478661bdef
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 06:29:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 06:29:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab173b4
dev-python/pygpgme: Stabilize 0.3-r3 x86, #776112
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
index 6f1f219c442..5ec8fb12695 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2021-03-15 13:43 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-15 13:43 UTC (permalink / raw
To: gentoo-commits
commit: be5143b1ba6459cb3f29bd629f784007d95dc442
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 13:43:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 13:43:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5143b1
dev-python/pygpgme: Stabilize 0.3-r3 amd64, #776112
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
index 5ec8fb12695..9d7e3958ce4 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2021-03-15 15:03 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-03-15 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 8ed50b821a4e1ef2e776a11024744c7c2957632b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 15:00:47 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 15:00:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed50b82
dev-python/pygpgme: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r2.ebuild | 24 ------------------------
1 file changed, 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 4b42660b91f..00000000000
--- 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)
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2021-09-14 1:30 Yixun Lan
0 siblings, 0 replies; 18+ messages in thread
From: Yixun Lan @ 2021-09-14 1:30 UTC (permalink / raw
To: gentoo-commits
commit: b4d2a00ece6a12c546d7899c0795b0f4724ad018
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 06:52:55 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 01:06:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d2a00e
dev-python/pygpgme: keyword ~riscv
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-python/pygpgme/pygpgme-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
index 9d7e3958ce4..42bfc005709 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
IUSE=""
DEPEND="app-crypt/gpgme"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2022-02-16 21:26 David Seifert
0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2022-02-16 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 6b2ffc332b8a8f54875b5d0fc5f29d631ae8e2b2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 21:26:16 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 21:26:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2ffc33
dev-python/pygpgme: add subslot op on app-crypt/gpgme
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pygpgme/{pygpgme-0.3-r3.ebuild => pygpgme-0.3-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r4.ebuild
similarity index 88%
rename from dev-python/pygpgme/pygpgme-0.3-r3.ebuild
rename to dev-python/pygpgme/pygpgme-0.3-r4.ebuild
index 42bfc0057096..40674561583f 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 arm64 ~riscv x86"
IUSE=""
-DEPEND="app-crypt/gpgme"
+DEPEND="app-crypt/gpgme:="
RDEPEND="${DEPEND}"
python_configure_all() {
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
@ 2022-05-15 3:48 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-05-15 3:48 UTC (permalink / raw
To: gentoo-commits
commit: 4cdbe344f4e16d5957d998095a7eb50cb6f37906
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 03:22:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 03:22:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdbe344
dev-python/pygpgme: fix gpgme dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygpgme/{pygpgme-0.3-r4.ebuild => pygpgme-0.3-r5.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygpgme/pygpgme-0.3-r4.ebuild b/dev-python/pygpgme/pygpgme-0.3-r5.ebuild
similarity index 91%
rename from dev-python/pygpgme/pygpgme-0.3-r4.ebuild
rename to dev-python/pygpgme/pygpgme-0.3-r5.ebuild
index 40674561583f..4059028ee04c 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r4.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r5.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 arm64 ~riscv x86"
IUSE=""
-DEPEND="app-crypt/gpgme:="
+DEPEND="app-crypt/gpgme:=[python,${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
python_configure_all() {
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2022-05-15 3:48 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 2:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-05-15 3:48 Sam James
2022-02-16 21:26 David Seifert
2021-09-14 1:30 Yixun Lan
2021-03-15 15:03 Michał Górny
2021-03-15 13:43 Sam James
2021-03-15 6:30 Sam James
2021-02-08 6:39 Andrey Grozin
2020-08-02 9:15 Michał Górny
2020-06-04 14:10 Agostino Sarubbo
2020-06-03 19:46 Agostino Sarubbo
2020-04-23 5:49 Andrey Grozin
2019-07-29 13:04 Aaron Bauman
2019-06-01 15:46 David Seifert
2017-04-28 15:26 Manuel Rüger
2016-02-22 0:35 Stephen Klimaszewski
2016-01-23 20:58 Mike Gilbert
2016-01-23 20:46 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox