summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2026-01-26 08:54:38 +0200
committerSam James <sam@gentoo.org>2026-01-29 04:17:42 +0000
commit8a9be7416f012ae746c8fd559d45430b994d0fc7 (patch)
tree1358fc3c445235891418cc9fd39f11b632a52779 /dev-python
parent1ba36d110c5bd0e81bc97a954b568778b2d01d75 (diff)
downloadgentoo-8a9be7416f012ae746c8fd559d45430b994d0fc7.tar.gz
gentoo-8a9be7416f012ae746c8fd559d45430b994d0fc7.tar.bz2
gentoo-8a9be7416f012ae746c8fd559d45430b994d0fc7.zip
dev-python/zxcvbn: new package, add 4.5.0
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45522 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/zxcvbn/Manifest1
-rw-r--r--dev-python/zxcvbn/metadata.xml17
-rw-r--r--dev-python/zxcvbn/zxcvbn-4.5.0.ebuild28
3 files changed, 46 insertions, 0 deletions
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>parona@protonmail.com</email>
+ <name>Alfred Wingate</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</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