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: Sat, 30 Dec 2023 14:40:19 +0000 (UTC) [thread overview]
Message-ID: <1703947210.b2f7f4a5ecea84f92fd11db2daee2972f700259c.mgorny@gentoo> (raw)
commit: b2f7f4a5ecea84f92fd11db2daee2972f700259c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:36:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:40:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f7f4a5
dev-python/python-gnupg: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-gnupg/Manifest | 2 --
dev-python/python-gnupg/python-gnupg-0.5.1.ebuild | 36 -----------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/python-gnupg/Manifest b/dev-python/python-gnupg/Manifest
index 08d41d3f722d..fd18b8116071 100644
--- a/dev-python/python-gnupg/Manifest
+++ b/dev-python/python-gnupg/Manifest
@@ -1,4 +1,2 @@
-DIST python-gnupg-0.5.1.tar.gz 64377 BLAKE2B bc17b2a21b44c2238ad528951ddcc43d4f607cace7bf9656329dfdba360090da5efe90425c0d3ff9e9d3c42655b996a3a5a31a1f90524457fe047ab46b272e27 SHA512 7be68c2f8aad0e0923fd27e53bbbfaea8fe7b3816ff231ab6a06a52efd3a4a594af27355abcf0a453e1d0556ad8c02e960ff7c84cb0ce7d053a1adc91131eea0
-DIST python-gnupg-0.5.1.tar.gz.asc 801 BLAKE2B a3b34af465d412a35f8450b5de287764c2b516de8dc989a0654d136e77123db533792faaef2f1f7a246d4bf02783e23c84cf76cf404def1282edffa2d25ec73a SHA512 ecf1fd69030ec6dff5d0ffbbcaa9112d7b2d5d1badb76257c6cdf674cbc579e8bd9837f8e30943aa23c316d121926c4aa5e2f0b865ed55a6ba661c4b2642fd30
DIST python-gnupg-0.5.2.tar.gz 64531 BLAKE2B c753004e60c16d9c098074b44f1d0b71e35544b478fbd90bfce0e50ab72b8581229d540ea612327b1fde0bcb247782daf4c39c51efe4de3360faeadc13a22f80 SHA512 9ccfb1dad7895cd08b86f9d220a58d67d83a8acead830364d51d49733d442e7d36e8b68541f3f867a4f11c964293b084a316c1caeb45165af2882b8603742846
DIST python-gnupg-0.5.2.tar.gz.asc 801 BLAKE2B e778867bf354f6b488a2876bd70928642062200388227cae497cd09c934803a57801a2a306b669aa13aeaeb741f69b15c9597df2d19c04fb9137a1e6f20d36e8 SHA512 ea1d017331dcc88bda9bfa5332894a55e9597aabcecf9abdfd1ae8fa9e23478346d3c82d809fc1e34f112ace091c1d4cfb2bc67f33d30bd34dc0127055bb2065
diff --git a/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild b/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild
deleted file mode 100644
index 7311b3cddd03..000000000000
--- a/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/vinaysajip.asc
-inherit distutils-r1 verify-sig
-
-DESCRIPTION="A Python wrapper for GnuPG"
-HOMEPAGE="
- https://docs.red-dove.com/python-gnupg/
- https://github.com/vsajip/python-gnupg/
- https://pypi.org/project/python-gnupg/
-"
-SRC_URI="https://github.com/vsajip/python-gnupg/releases/download/${PV}/${P}.tar.gz"
-SRC_URI+=" verify-sig? ( https://github.com/vsajip/python-gnupg/releases/download/${PV}/${P}.tar.gz.asc )"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
-LICENSE="BSD"
-SLOT="0"
-
-# Need gnupg[nls] for avoiding decode errors and possible hangs
-# w/ e.g. sec-keys/openpgp-keys-gentoo-developers but other pkgs too.
-RDEPEND="app-crypt/gnupg[nls]"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-vinaysajip )"
-
-distutils_enable_tests unittest
-
-python_test() {
- # NO_EXTERNAL_TESTS must be enabled,
- # to disable all tests, which need internet access.
- NO_EXTERNAL_TESTS=1 eunittest
-}
next reply other threads:[~2023-12-30 14:40 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 14:40 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gnupg/ 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-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
2021-03-11 12:35 Michał Górny
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=1703947210.b2f7f4a5ecea84f92fd11db2daee2972f700259c.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