From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjwt/
Date: Mon, 18 Jan 2021 09:09:45 +0000 (UTC) [thread overview]
Message-ID: <1610960981.d0c442c7785bac1fce1065430aed5e02fa8f04a4.mgorny@gentoo> (raw)
commit: d0c442c7785bac1fce1065430aed5e02fa8f04a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:16:37 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 09:09:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c442c7
dev-python/pyjwt: Bump to 2.0.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyjwt/Manifest | 1 +
dev-python/pyjwt/pyjwt-2.0.1.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/pyjwt/Manifest b/dev-python/pyjwt/Manifest
index f6338047ad6..0384aa0487a 100644
--- a/dev-python/pyjwt/Manifest
+++ b/dev-python/pyjwt/Manifest
@@ -1,2 +1,3 @@
DIST PyJWT-1.7.1.tar.gz 41979 BLAKE2B 5604b309838b2dfb2f95e18e291c43703954664aa8acb7439072f002c1c8a1e49ff2c21d907be77a4d2f86e695ec71970d550aad2541252ac85bd7133e300b28 SHA512 70cd38127b6848933992c8b88303725ef71bfb430ad42eb63247e549b0bdab2a194137349d43ab02a1c97212dbc89f447ee3f0c5403dd14632b8b4b6b9235fc4
DIST PyJWT-2.0.0.tar.gz 56981 BLAKE2B e093bf23beb86a287e494018aed6bd6870d5923697b6502e4269f0b991b28c4ea6a53261b88789b0786b59e03b3d4eb763006becf0666921a81d0528c7677af5 SHA512 1831c93f100cd481e2ea80e23ff9f5114806cc493efc1c42ec6ff3ecc07e716d9ba2557b0b66fd8413946d166eebc1a44c453ec5407dfeef0529d222c9187e45
+DIST PyJWT-2.0.1.tar.gz 57496 BLAKE2B 1258734d2cd5ca6a4012691bef0ae2a7d6539083241cde7ef27da155cff0808211eddd56b9455e812bae4c739f83fed1c6fd84abcc85208203d86e5834d5952b SHA512 a59b975fb465b44e4d84e3ef0380ed5107438e202e073238700bd700e8871098b9c59a849d157ade7888eef32609078571e2b8af09dca0752d7a18c370c2a0a5
diff --git a/dev-python/pyjwt/pyjwt-2.0.1.ebuild b/dev-python/pyjwt/pyjwt-2.0.1.ebuild
new file mode 100644
index 00000000000..d6e6d2d94d3
--- /dev/null
+++ b/dev-python/pyjwt/pyjwt-2.0.1.ebuild
@@ -0,0 +1,31 @@
+# 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 optfeature
+
+MY_PN="PyJWT"
+DESCRIPTION="JSON Web Token implementation in Python"
+HOMEPAGE="https://github.com/jpadilla/pyjwt/ https://pypi.org/project/PyJWT/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND="
+ test? (
+ >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+ elog "Available optional features:"
+ optfeature "cryptography" dev-python/cryptography
+}
next reply other threads:[~2021-01-18 9:09 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-18 9:09 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-14 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjwt/ Michał Górny
2024-12-14 11:49 Sam James
2024-11-18 5:25 Michał Górny
2024-09-25 13:07 WANG Xuerui
2024-08-17 7:35 Michał Górny
2024-08-17 7:28 Michał Górny
2024-08-02 4:50 Michał Górny
2024-05-18 7:47 Michał Górny
2023-08-19 18:19 Michał Górny
2023-08-19 17:53 Arthur Zamarin
2023-07-19 6:57 Michał Górny
2023-07-05 8:14 Michał Górny
2023-07-05 8:01 Arthur Zamarin
2023-05-31 16:49 Sam James
2023-05-10 3:00 Michał Górny
2023-03-25 17:19 Michał Górny
2022-11-25 14:04 Michał Górny
2022-11-25 13:56 Arthur Zamarin
2022-10-22 15:58 Michał Górny
2022-10-22 15:52 Arthur Zamarin
2022-10-21 5:14 Michał Górny
2022-09-22 12:15 Michał Górny
2022-06-07 9:38 Jakov Smolić
2022-05-13 7:17 Jakov Smolić
2022-05-13 6:15 Michał Górny
2021-11-13 9:51 Michał Górny
2021-11-13 9:26 Arthur Zamarin
2021-10-16 19:34 Michał Górny
2021-10-07 7:21 Michał Górny
2021-09-02 13:27 Marek Szuba
2021-06-05 21:18 Michał Górny
2021-06-05 20:35 Sam James
2021-05-18 16:02 Michał Górny
2021-04-29 7:28 Michał Górny
2021-02-19 2:57 Sam James
2021-01-26 18:59 Michał Górny
2021-01-25 14:06 Sam James
2021-01-25 8:50 Michał Górny
2020-12-22 20:06 Michał Górny
2020-12-22 20:06 Michał Górny
2020-09-20 12:58 Sam James
2020-09-20 12:49 Michał Górny
2020-08-19 19:37 Sam James
2020-07-14 16:58 Sergei Trofimovich
2020-07-05 8:38 Sergei Trofimovich
2020-05-28 19:39 Michał Górny
2020-03-18 18:26 Michał Górny
2020-03-18 11:04 Agostino Sarubbo
2020-03-17 16:01 Agostino Sarubbo
2020-03-16 12:00 Michał Górny
2020-02-25 0:25 Georgy Yakovlev
2019-06-25 12:09 Michael Haubenwallner
2019-06-25 9:05 Michael Haubenwallner
2018-07-18 12:54 Michał Górny
2018-07-18 12:54 Michał Górny
2018-01-05 23:19 Michał Górny
2017-09-10 2:17 Tim Harder
2017-09-04 19:04 Aaron Bauman
2017-09-04 19:04 Aaron Bauman
2017-08-12 4:44 Tim Harder
2017-07-05 15:08 Manuel Rüger
2017-05-04 17:56 Manuel Rüger
2017-05-02 19:15 Michał Górny
2017-05-02 17:25 Manuel Rüger
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2016-02-28 7:25 Matt Thode
2016-02-09 9:33 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=1610960981.d0c442c7785bac1fce1065430aed5e02fa8f04a4.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