From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/
Date: Wed, 12 Jan 2022 08:36:18 +0000 (UTC) [thread overview]
Message-ID: <1641976570.0fe1050399b6409ec20db932bda8f8f3732c4267.mgorny@gentoo> (raw)
commit: 0fe1050399b6409ec20db932bda8f8f3732c4267
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 07:51:28 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 12 08:36:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe10503
dev-python/josepy: Bump to 1.12.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/josepy/Manifest | 1 +
dev-python/josepy/josepy-1.12.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/josepy/Manifest b/dev-python/josepy/Manifest
index 722fd8a368ff..faa4d4dcde8b 100644
--- a/dev-python/josepy/Manifest
+++ b/dev-python/josepy/Manifest
@@ -1 +1,2 @@
DIST josepy-1.11.0.tar.gz 59198 BLAKE2B 862030d501f1c2316ef30800fda7dbf7dd36b9e49434605b3dc7c329d4ff2d405fc8483ae8a8a1346af60a1e80c018af4f0c17a3d5d00881da03c3eff561c81b SHA512 06aed9534434a94f7b922270221aaa85feb4ba9d836460303ecb7fea1c5679d557a6dad6d32bbd1a05ccc4855318fb56752ebea91498bb8c36884cf7b3d01859
+DIST josepy-1.12.0.tar.gz 59205 BLAKE2B 3ead71c2eb60a9bcc45615f85435f616bf6fe16c75d7e34ae5bd0f418b5b71b6ea03388198a371765e497aa29419efd9fbb2615d4546a5a8a9704acf7c9a70dd SHA512 7a5257d4a75feed65ff3abfd472e8f1c9cc81b62e27365d776d0f25e1efd94ae46374060ea463b9f04fe5e9577672bf2ab8dc8d6371cb8d01a4765921930e01b
diff --git a/dev-python/josepy/josepy-1.12.0.ebuild b/dev-python/josepy/josepy-1.12.0.ebuild
new file mode 100644
index 000000000000..b006df302d60
--- /dev/null
+++ b/dev-python/josepy/josepy-1.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="JOSE protocol implementation in Python"
+HOMEPAGE="https://github.com/certbot/josepy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
+ >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # Remove coverage/flake8 options
+ sed -i -e '/^addopts =/d' -e '/^flake8-ignore/d' pytest.ini || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2022-01-12 8:36 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-12 8:36 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 7:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/ Michał Górny
2025-02-08 18:35 Michał Górny
2025-02-08 12:04 Arthur Zamarin
2025-01-23 5:39 Michał Górny
2024-05-18 5:05 Michał Górny
2023-11-01 16:05 Michał Górny
2023-05-31 17:43 Michał Górny
2023-04-26 14:33 Sam James
2023-04-26 14:33 Sam James
2022-06-12 18:28 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16 7:38 Sam James
2022-03-10 18:36 Arthur Zamarin
2022-02-13 9:33 Michał Górny
2021-12-19 21:23 Michał Górny
2021-12-19 21:18 Jakov Smolić
2021-11-18 9:16 Michał Górny
2021-10-16 5:56 Michał Górny
2021-10-15 22:42 Sam James
2021-10-02 1:42 Matthew Thode
2021-09-28 6:20 Michał Górny
2021-09-10 7:14 Michał Górny
2021-06-05 14:17 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-03-16 6:56 Michał Górny
2021-03-03 15:31 Matthew Thode
2021-03-02 8:33 Michał Górny
2021-03-02 1:40 Sam James
2021-02-12 9:09 Michał Górny
2021-01-27 8:55 Michał Górny
2021-01-01 6:34 Matthew Thode
2020-12-02 1:08 Matthew Thode
2020-11-02 10:34 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-21 21:45 Michał Górny
2020-09-17 18:02 Louis Sautier
2020-09-17 18:02 Louis Sautier
2020-08-02 8:26 Michał Górny
2020-03-04 16:22 Matthew Thode
2020-03-04 16:22 Matthew Thode
2020-02-05 17:24 Matthew Thode
2020-02-05 17:24 Matthew Thode
2020-02-05 15:29 Michał Górny
2020-01-03 19:50 Matthew Thode
2019-08-12 15:41 Matthew Thode
2019-07-12 18:59 Matthew Thode
2019-05-16 16:00 Matthew Thode
2018-06-02 21:16 Matt Thode
2018-05-04 0:21 Matt Thode
2018-02-26 12:56 Matt Thode
2018-01-29 8:41 Mike Frysinger
2018-01-26 0:57 Matt Thode
2018-01-26 0:47 Matt Thode
2017-12-22 22:53 Matt Thode
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=1641976570.0fe1050399b6409ec20db932bda8f8f3732c4267.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