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/josepy/
Date: Fri, 12 Feb 2021 09:09:56 +0000 (UTC)	[thread overview]
Message-ID: <1613120988.93134bc812440cf2a9ea3382a492ce8902b034c6.mgorny@gentoo> (raw)

commit:     93134bc812440cf2a9ea3382a492ce8902b034c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 08:21:52 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 09:09:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93134bc8

dev-python/josepy: Bump to 1.7.0

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

 dev-python/josepy/Manifest            |  1 +
 dev-python/josepy/josepy-1.7.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/josepy/Manifest b/dev-python/josepy/Manifest
index 8c66dc4ae8d..fd753025d9a 100644
--- a/dev-python/josepy/Manifest
+++ b/dev-python/josepy/Manifest
@@ -1,3 +1,4 @@
 DIST josepy-1.4.0.tar.gz 54174 BLAKE2B 67117e7399422d0cfe2c47f9e5ed11a3b93617e673cf9ab1344334f7f11f0c884f45202e8e5e65ebacc00f527becfdbdda9ea246b8e96ba15e516bfc2fb33ba9 SHA512 a5038a4bb42c5a55d665a551743a976b209c24d8aa368d2b6acf0957e953bd4044d9dc41bf9d460283f44c14b7dd7ce2a860563fe107663d4a4deba0c7834e40
 DIST josepy-1.5.0.tar.gz 53979 BLAKE2B e08b3d7a9ce5b123ec8731de27bff63638e68a052f2e6c8715c77f6e4ea644eae1c8200d6d2135853f27eb8caa2e24a04cfc563bfbd01884eb247fcdcc4c9d4c SHA512 39ace649ae4fcefee3eb7fa749001645711de39dc17fd47f1ebf52981929e21bee9b6316d09c61b5478d3d652afc0659e7d5110d1e222e8dcbdc2bb831cb2d8d
 DIST josepy-1.6.0.tar.gz 54066 BLAKE2B 18afbcf47d97e9677a3b75be50a4e61dd7748326eca1a7b736c0c9edc3918b2082c1cac8b32481bb631bef106b0e9895b24be054600f22f38bb45401333a28f4 SHA512 d08eb731b1027cd0b57639ac0c3d987d99d78daa54a9fe22d86eca90c9c5ab73bd8193d3fee4f98a4c55392015d1c5ee32fbc6589f511a6951033377cc2e1168
+DIST josepy-1.7.0.tar.gz 57186 BLAKE2B 8bf89ab844b65057838c1b274d15d8cac7ade2af9da04fc5193e9ba99e2062913cf5f819766d16c66951622299a06bf87a6cec41079e350f460661eedff4e924 SHA512 cd3c509acfea58eb92d7e0a8d28d6138569cb42ac85b75b284a48517afa634f6c739f3d62198ee0a17bb60a159af4012cc9ffa77378db680c418d52660d39ab4

diff --git a/dev-python/josepy/josepy-1.7.0.ebuild b/dev-python/josepy/josepy-1.7.0.ebuild
new file mode 100644
index 00000000000..08704af967d
--- /dev/null
+++ b/dev-python/josepy/josepy-1.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+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 ~x86"
+
+RDEPEND="
+	>=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
+	>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# Remove coverage/flake8 options
+	sed -i '/^addopts =/d' pytest.ini || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2021-02-12  9:10 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12  9:09 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  5:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/ 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
2022-01-12  8:36 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-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=1613120988.93134bc812440cf2a9ea3382a492ce8902b034c6.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