dev-python/zxcvbn: new package, add 4.4.28

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2022-12-23 15:21:47 -05:00
parent 50029ec04f
commit 213917e0c8
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b SHA512 be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<upstream>
<maintainer>
<name>Daniel Wolf</name>
<email>danielrwolf5@gmail.com</email>
</maintainer>
<doc>https://github.com/dwolfhub/zxcvbn-python/blob/master/README.rst</doc>
<bugs-to>https://github.com/dwolfhub/zxcvbn-python/issues</bugs-to>
<remote-id type="github">dwolfhub/zxcvbn-python</remote-id>
<remote-id type="pypi">zxcvbn</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,23 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python implementation of Dropbox's realistic password strength estimator"
HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python"
SRC_URI="https://github.com/dwolfhub/${PN}-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-python-${PV}"
distutils_enable_tests pytest