From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/
Date: Thu, 28 Apr 2022 18:48:47 +0000 (UTC) [thread overview]
Message-ID: <1651171723.4c6e48e3a3d6ee2fdaa3848d390ee254ca26bc38.mgorny@gentoo> (raw)
commit: 4c6e48e3a3d6ee2fdaa3848d390ee254ca26bc38
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 18:43:00 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 18:48:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6e48e3
dev-python/jwcrypto: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jwcrypto/Manifest | 1 +
dev-python/jwcrypto/jwcrypto-1.2.0.ebuild | 37 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest
index 0efe3fa9591f..a374acbb4deb 100644
--- a/dev-python/jwcrypto/Manifest
+++ b/dev-python/jwcrypto/Manifest
@@ -1,2 +1,3 @@
DIST jwcrypto-1.0.0.tar.gz 87000 BLAKE2B 6e85d52c26447b07c3d06387ac9e3b7adf585d5dc320c633e80ca2bc1e327f01ac95cec9a0fe2b92f7f8ed7f5650d5ad1a95de500d328b33763d604aaba1bd62 SHA512 12d270219d289041098f875f5b2b0773ffbf9044996a6189b827cafbf3e5dccfc103915275b1a11dce2d50e3510510eea476b024d19cf97fd7c66c25de5b3dbf
DIST jwcrypto-1.1.0.gh.tar.gz 87344 BLAKE2B 4bc72c01e6d49d68ff8e3c89a09758a5e8a634c308926ed2b750fdc373006b30710a841df4e26e1ce3287be6e4b509674887a0b01cc3b225bc87d97588f5b7a6 SHA512 c7530f68d74247f23ad2d76def257f4f0091203a22d39f248f4a15363b17bdf79699b96775cfb7f909b5b0a99ed1dd73ff5ae30ca8bc41662f1be38933c9f3c1
+DIST jwcrypto-1.2.0.gh.tar.gz 88369 BLAKE2B c2f03cef2130884e8a27faa5a7e204ee448ef0a2b56da414f10df34821a67898a0ed2768201d00e2dc7d14b5a3cad3e73c0bd5707910dd2cb1082d1a20a14c04 SHA512 df9073b0561b43cd92f7f1861f9b517bc736d0846f8ef1c7496a48aa5dec49755e5915285ae659c5e2bb18cd51912cd782d799c41c5c6399330f688348096fa5
diff --git a/dev-python/jwcrypto/jwcrypto-1.2.0.ebuild b/dev-python/jwcrypto/jwcrypto-1.2.0.ebuild
new file mode 100644
index 000000000000..b57976ef02c6
--- /dev/null
+++ b/dev-python/jwcrypto/jwcrypto-1.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
+HOMEPAGE="
+ https://github.com/latchset/jwcrypto/
+ https://pypi.org/project/jwcrypto/
+"
+SRC_URI="
+ https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
+ dev-python/deprecated[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # Do not install doc in non-standard paths
+ sed -i "/data_files/d" setup.py || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2022-04-28 18:48 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-28 18:48 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/ Michał Górny
2024-06-15 14:44 Michał Górny
2024-03-22 12:37 Michał Górny
2024-03-22 6:14 Arthur Zamarin
2024-03-22 6:14 Arthur Zamarin
2024-03-21 18:44 Arthur Zamarin
2024-03-06 21:18 Michał Górny
2024-03-06 7:06 Michał Górny
2024-03-03 13:06 Michał Górny
2024-03-03 4:05 Sam James
2024-03-02 11:28 Arthur Zamarin
2024-03-02 10:01 Arthur Zamarin
2024-02-14 7:26 Michał Górny
2024-02-08 4:22 Michał Górny
2024-01-13 12:45 Michał Górny
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 10:00 Arthur Zamarin
2023-12-27 4:33 Michał Górny
2023-11-24 16:26 Michał Górny
2023-07-12 11:38 Michał Górny
2023-07-12 6:39 Jakov Smolić
2023-07-05 21:41 Sam James
2023-05-31 19:08 Michał Górny
2023-05-31 6:33 Michał Górny
2022-10-25 12:12 Michał Górny
2022-10-25 11:12 Sam James
2022-10-25 9:49 Sam James
2022-09-15 19:56 Arthur Zamarin
2022-06-22 8:02 Michał Górny
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-05-27 19:50 Michał Górny
2022-05-27 9:12 Jakov Smolić
2022-05-27 9:07 Jakov Smolić
2022-05-22 5:53 Michał Górny
2022-05-13 6:15 Michał Górny
2022-04-25 15:45 Michał Górny
2022-04-16 11:12 Yixun Lan
2021-09-06 6:36 Michał Górny
2021-09-06 5:40 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-08-03 8:52 Michał Górny
2021-07-12 22:57 Michał Górny
2021-07-12 22:37 Sam James
2021-07-12 21:50 Sam James
2021-06-09 20:54 Michał Górny
2021-06-08 4:09 Sam James
2021-06-01 21:46 Michał Górny
2020-11-12 22:54 Thomas Deutschmann
2020-11-04 1:05 Sam James
2020-09-29 18:51 Sam James
2020-09-29 11:52 Louis Sautier
2020-05-04 11:21 Michał Górny
2020-04-06 0:02 Robin H. Johnson
2020-02-05 15:29 Michał Górny
2017-10-16 11:02 Manuel Rüger
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=1651171723.4c6e48e3a3d6ee2fdaa3848d390ee254ca26bc38.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