public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbkdf2/
Date: Sun,  5 Jun 2022 16:53:51 +0000 (UTC)	[thread overview]
Message-ID: <1654448023.bfea9932841e691719256c2ec62260606d465992.arthurzam@gentoo> (raw)

commit:     bfea9932841e691719256c2ec62260606d465992
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 16:14:31 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 16:53:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfea9932

dev-python/pbkdf2: EAPI=8, Use PEP517

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pbkdf2/pbkdf2-1.3-r2.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-python/pbkdf2/pbkdf2-1.3-r2.ebuild b/dev-python/pbkdf2/pbkdf2-1.3-r2.ebuild
new file mode 100644
index 000000000000..a76b4f47da35
--- /dev/null
+++ b/dev-python/pbkdf2/pbkdf2-1.3-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Implementation of PBKDF2, specified in RSA PKCS#5 v2.0"
+HOMEPAGE="https://www.dlitz.net/software/python-pbkdf2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+
+python_test() {
+	"${EPYTHON}" test/test_pbkdf2.py -v || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2022-06-05 16:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05 16:53 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/pbkdf2/ Michał Górny
2024-05-18  6:36 Michał Górny
2023-11-24 15:46 Michał Górny
2023-05-26 16:55 Michał Górny
2023-03-16  4:03 Michał Górny
2022-10-18 18:51 Sam James
2022-10-17 19:47 Sam James
2022-07-10 19:06 Michał Górny
2022-07-10 16:58 Sam James
2022-06-05 16:53 Arthur Zamarin
2021-06-05 14:40 Michał Górny
2020-07-20 14:40 Michał Górny
2020-07-09 13:06 Michał Górny
2020-07-09 13:06 Michał Górny
2020-02-05 17:59 Michał Górny
2019-12-27 14:22 Anthony G. Basile
2019-07-30  8:08 Michał Górny
2019-07-30  8:08 Michał Górny
2018-04-25 21:28 Aaron Bauman
2017-07-31  9:31 Fabian Groffen
2017-04-28 21:27 Michał Górny
2017-04-28 21:27 Michał Górny

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=1654448023.bfea9932841e691719256c2ec62260606d465992.arthurzam@gentoo \
    --to=arthurzam@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