From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2-cffi/
Date: Sun, 29 Aug 2021 21:50:23 +0000 (UTC) [thread overview]
Message-ID: <1630273749.781ccfea930c7100ef1908f954e84d166ede0dc0.mgorny@gentoo> (raw)
commit: 781ccfea930c7100ef1908f954e84d166ede0dc0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 21:44:32 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 21:49:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781ccfea
dev-python/argon2-cffi: Bump to 21.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/argon2-cffi/Manifest | 1 +
dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild | 33 ++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/argon2-cffi/Manifest b/dev-python/argon2-cffi/Manifest
index f2c4dea9eb2..000c51bb9b6 100644
--- a/dev-python/argon2-cffi/Manifest
+++ b/dev-python/argon2-cffi/Manifest
@@ -1 +1,2 @@
DIST argon2-cffi-20.1.0.tar.gz 1814415 BLAKE2B c216349beffa263fd96df23f40a8102b56a88b8320e64ac062ecfea4582efa34b298ba223437bfbfc422b68a3d9b9ea769c384db078c633103f2aae3cd38bd5b SHA512 d1d798e3e51ed67c4f523a66081fea99479ee986b5cfc36b250954e757b9846625681445447f9347519d9988f8a2ace2e3c8ce5817c5c6b4767819cf56ee0af2
+DIST argon2-cffi-21.1.0.tar.gz 1807800 BLAKE2B 47b1e785b7eb173b671a44e9212af76a59f453c3c0d0e5f2c437e7a62132abf86ab6baa8bdd656ad28d00a151296a66211d365c0afe228821c8c1ff1a0a66c46 SHA512 bbfebd2c075f360a6c1c187c0789be2aae7480b9398f36db7bdfe74f288d9e00b44a788918c54f4cc8bb1947136ab0493f61975de408c482a5131e2bf1a8f4d0
diff --git a/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild b/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild
new file mode 100644
index 00000000000..3adfb492ab8
--- /dev/null
+++ b/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="CFFI bindings to the Argon2 password hashing library"
+HOMEPAGE="https://github.com/hynek/argon2-cffi"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+ app-crypt/argon2:=
+ virtual/python-cffi[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ )
+"
+
+DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst )
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+export ARGON2_CFFI_USE_SYSTEM=1
next reply other threads:[~2021-08-29 21:50 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-29 21:50 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-13 16:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2-cffi/ Michał Górny
2023-10-02 4:22 Michał Górny
2023-10-01 18:11 Arthur Zamarin
2023-09-17 5:47 Sam James
2023-09-16 22:58 Sam James
2023-09-16 22:58 Sam James
2023-08-15 19:15 Michał Górny
2023-05-27 13:21 Michał Górny
2023-03-17 15:21 Michał Górny
2022-09-22 7:45 Michał Górny
2022-05-19 15:23 Michał Górny
2022-03-18 15:19 Michał Górny
2022-03-18 14:43 Arthur Zamarin
2022-03-18 8:35 Arthur Zamarin
2022-03-17 7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-15 12:33 Jakov Smolić
2022-03-15 10:11 Jakov Smolić
2022-03-15 10:11 Jakov Smolić
2022-03-12 12:42 Arthur Zamarin
2022-02-27 22:42 Sam James
2022-02-14 8:35 Matt Turner
2022-01-30 13:32 James Le Cuirot
2022-01-26 20:18 Michał Górny
2022-01-14 21:04 Michał Górny
2022-01-14 17:54 Arthur Zamarin
2022-01-14 17:54 Arthur Zamarin
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 10:48 Sam James
2022-01-13 19:27 Arthur Zamarin
2022-01-13 13:14 Jakov Smolić
2022-01-13 10:02 Sam James
2022-01-10 20:41 Arthur Zamarin
2022-01-10 20:30 Arthur Zamarin
2022-01-10 20:16 Arthur Zamarin
2021-12-19 22:41 Michał Górny
2021-12-11 19:10 Arthur Zamarin
2021-12-11 8:00 Arthur Zamarin
2021-12-10 12:11 Arthur Zamarin
2021-12-10 12:11 Arthur Zamarin
2021-12-10 8:52 Yixun Lan
2021-12-09 22:33 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 15:43 Michał Górny
2021-11-18 8:10 Sam James
2021-11-18 5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14 3:43 Sam James
2021-10-27 4:40 Arthur Zamarin
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-10-04 20:54 Michał Górny
2021-10-04 19:16 Sam James
2021-10-04 0:49 Sam James
2021-10-03 18:49 Sam James
2021-10-03 18:48 Sam James
2021-09-06 0:18 Sam James
2021-09-02 0:01 Marek Szuba
2021-07-12 6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 17:53 Michał Górny
2021-06-20 1:55 Sam James
2020-12-06 23:25 Sam James
2020-12-06 19:38 Sam James
2020-09-04 4:58 Sam James
2020-07-20 17:19 Brian Dolbec
2020-07-20 16:39 Sam James
2020-07-15 8:10 Michał Górny
2020-06-25 10:10 Joonas Niilola
2020-06-25 10:10 Joonas Niilola
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=1630273749.781ccfea930c7100ef1908f954e84d166ede0dc0.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