commit: 8a9be7416f012ae746c8fd559d45430b994d0fc7 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Jan 26 06:54:38 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 29 04:17:42 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9be741
dev-python/zxcvbn: new package, add 4.5.0 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45522 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/zxcvbn/Manifest | 1 + dev-python/zxcvbn/metadata.xml | 17 +++++++++++++++++ dev-python/zxcvbn/zxcvbn-4.5.0.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest new file mode 100644 index 000000000000..5b76231a0577 --- /dev/null +++ b/dev-python/zxcvbn/Manifest @@ -0,0 +1 @@ +DIST zxcvbn-4.5.0.gh.tar.gz 9399634 BLAKE2B 941f1ec1f13de0dd41c87aa6ffba8c8fb29338f5b4b7c8dba36d8436a7ceae549f14bcd05137f751239b336f0037e8ca2770f86eb493611296a9557a0512f68e SHA512 8c6887da9d4084060011a37f705528b24bf6d69452b92280df99290ac108934d93aeb7eec827381787e78753a5c6c3af486cf4cdceb0ff8726c96a60aa36d5e2 diff --git a/dev-python/zxcvbn/metadata.xml b/dev-python/zxcvbn/metadata.xml new file mode 100644 index 000000000000..c0d62ac0570b --- /dev/null +++ b/dev-python/zxcvbn/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alfred Wingate</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">dwolfhub/zxcvbn-python</remote-id> + <remote-id type="pypi">zxcvbn</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/zxcvbn/zxcvbn-4.5.0.ebuild b/dev-python/zxcvbn/zxcvbn-4.5.0.ebuild new file mode 100644 index 000000000000..59280cdf590c --- /dev/null +++ b/dev-python/zxcvbn/zxcvbn-4.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 + +DESCRIPTION="Realistic password strength estimator" +HOMEPAGE=" + https://github.com/dwolfhub/zxcvbn-python/ + https://pypi.org/project/zxcvbn/ +" +# no tests in sdist +SRC_URI=" + https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/zxcvbn-python-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest
