public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gnupg/
Date: Thu, 11 Mar 2021 12:35:11 +0000 (UTC)	[thread overview]
Message-ID: <1615466109.ec09b7c2ac178562d093ddb24a7ae0c0a50bdb49.mgorny@gentoo> (raw)

commit:     ec09b7c2ac178562d093ddb24a7ae0c0a50bdb49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 12:27:28 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 12:35:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec09b7c2

dev-python/python-gnupg: Bump to 0.4.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-gnupg/Manifest                  |  1 +
 dev-python/python-gnupg/python-gnupg-0.4.7.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/python-gnupg/Manifest b/dev-python/python-gnupg/Manifest
index 0fcf6d9311e..81094677e36 100644
--- a/dev-python/python-gnupg/Manifest
+++ b/dev-python/python-gnupg/Manifest
@@ -1 +1,2 @@
 DIST python-gnupg-0.4.6.tar.gz 52527 BLAKE2B ac616bebac3c5d0ac35c2c1a9353b4ee700848be2469fabc4b6df9f328868638f61211adc786ec59a24f122106ae53cce68d0f16c33b64c2d3d27cb94bf17956 SHA512 33b98bdd1c7d211d31173bbea2358fdfd2dabdbd5e70d4b33035a0edbf666bdba7319ffc847c8617f2626d1bf5a91102f1103c0bfe651fcd709d51ee821be104
+DIST python-gnupg-0.4.7.tar.gz 53091 BLAKE2B ebbd67b7255fa6e7739da785476efc441733c3cfa740fcb11c595c560b5a90ee43a1040a654485c30ae35f5e8d06fee235a4ae8d069f20f0eb1fb6e45b4ed441 SHA512 e590778affd3f864bac2221e1ce7c4a37ba257e7112e023d70617f3f3c7597dbeb2974db0ed611b2fc75a071678ae8856be4a3b3f48428a12b42c2f1125fdce5

diff --git a/dev-python/python-gnupg/python-gnupg-0.4.7.ebuild b/dev-python/python-gnupg/python-gnupg-0.4.7.ebuild
new file mode 100644
index 00000000000..d3fb551ea89
--- /dev/null
+++ b/dev-python/python-gnupg/python-gnupg-0.4.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python wrapper for GnuPG"
+HOMEPAGE="
+	https://bitbucket.org/vinay.sajip/python-gnupg
+	https://pypi.org/project/python-gnupg/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="app-crypt/gnupg"
+DEPEND="${RDEPEND}"
+
+python_test() {
+	# NO_EXTERNAL_TESTS must be enabled,
+	# to disable all tests, which need internet access.
+	NO_EXTERNAL_TESTS=1 "${EPYTHON}" -m unittest discover -v ||
+		die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2021-03-11 12:35 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11 12:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-09 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gnupg/ Arthur Zamarin
2025-08-05  3:36 Michał Górny
2025-05-14 20:54 Arthur Zamarin
2025-02-27 21:14 Michał Górny
2025-01-25 10:01 Michał Górny
2025-01-25  9:20 Arthur Zamarin
2025-01-08  9:12 Michał Górny
2024-10-12  6:36 Sam James
2024-09-21  7:41 Michał Górny
2024-06-18 16:05 Petr Vaněk
2024-06-18 15:07 Petr Vaněk
2023-12-30 14:40 Michał Górny
2023-12-12 16:50 Michał Górny
2023-08-24 12:47 Michał Górny
2023-08-24 12:40 Sam James
2023-07-22 12:58 Arthur Zamarin
2023-07-07  0:45 Sam James
2023-06-07  9:27 Sam James
2023-06-07  9:27 Sam James
2023-04-08  6:47 Viorel Munteanu
2023-04-07 21:39 James Le Cuirot
2023-04-01  0:55 Sam James
2023-03-31 21:28 Sam James
2023-03-29 18:24 Arthur Zamarin
2023-03-29 14:58 Sam James
2023-03-29 11:24 Sam James
2023-03-29 11:24 Sam James
2023-03-29 11:24 Sam James
2023-03-29 11:05 Sam James
2023-03-29 11:05 Sam James
2023-03-29 11:03 Sam James
2022-11-30 10:18 WANG Xuerui
2022-10-07  7:03 Michał Górny
2022-09-26  6:15 Michał Górny
2022-09-25 23:58 Sam James
2022-08-24  0:21 Sam James
2022-07-14  4:16 Sam James
2022-06-28  4:03 Michał Górny
2022-06-27 23:32 Sam James
2022-05-27 19:08 Arthur Zamarin
2022-05-20 23:16 Sam James
2021-12-25 21:30 Michał Górny
2021-12-25 19:09 Jakov Smolić
2021-11-25  8:11 Michał Górny
2021-05-22 10:52 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2020-08-02 22:04 Sam James
2020-07-11  8:13 Michał Górny
2020-07-11  8:13 Michał Górny
2020-07-09  8:59 Agostino Sarubbo
2020-04-18 14:01 Sebastian Pipping
2020-03-03  9:18 Michał Górny
2019-12-20 12:50 Agostino Sarubbo
2019-12-18 14:57 Agostino Sarubbo
2019-12-17 18:40 Conrad Kostecki
2019-04-22 13:07 Anthony G. Basile
2019-04-08  2:18 Thomas Deutschmann
2019-02-15 16:22 Manuel Rüger
2018-06-24 19:21 Pacho Ramos
2018-04-29  7:35 Michał Górny
2018-02-04  4:11 Anthony G. Basile
2017-10-28 21:28 Patrice Clement
2017-08-05 21:08 Sergei Trofimovich
2017-06-03 16:14 Markus Meier
2016-06-09 10:19 Tiziano Müller
2015-09-25  7:36 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615466109.ec09b7c2ac178562d093ddb24a7ae0c0a50bdb49.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox