Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zxcvbn/
Date: Thu, 19 May 2022 07:34:48
Message-Id: 1652945577.639654ff04d515b119843831483e796d7bd5df54.mgorny@gentoo
1 commit: 639654ff04d515b119843831483e796d7bd5df54
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 07:32:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 07:32:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639654ff
7
8 dev-python/zxcvbn: Use PEP517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild | 26 ++++++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild
16 new file mode 100644
17 index 000000000000..f1cc4de7e891
18 --- /dev/null
19 +++ b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 2020-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="A realistic password strength estimator"
32 +HOMEPAGE="
33 + https://github.com/dwolfhub/zxcvbn-python/
34 + https://pypi.org/project/zxcvbn/
35 +"
36 +SRC_URI="
37 + https://github.com/dwolfhub/zxcvbn-python/archive/v${PV}.tar.gz
38 + -> ${P}.gh.tar.gz
39 +"
40 +S=${WORKDIR}/zxcvbn-python-${PV}
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~riscv ~x86"
45 +
46 +distutils_enable_tests pytest