diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-15 07:50:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-15 07:58:25 +0200 |
commit | 9fcd2852540634f9685ce26519a039c773b624c1 (patch) | |
tree | 4c911749065116b766908bb18775683bd944d8f0 /dev-python/zxcvbn/zxcvbn-4.4.28.ebuild | |
parent | sys-process/evisum: remove old 0.5.0 (diff) | |
download | gentoo-9fcd2852540634f9685ce26519a039c773b624c1.tar.gz gentoo-9fcd2852540634f9685ce26519a039c773b624c1.tar.bz2 gentoo-9fcd2852540634f9685ce26519a039c773b624c1.zip |
dev-python/zxcvbn: New package, dep of flask-security
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zxcvbn/zxcvbn-4.4.28.ebuild')
-rw-r--r-- | dev-python/zxcvbn/zxcvbn-4.4.28.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild new file mode 100644 index 000000000000..632384ec4461 --- /dev/null +++ b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild @@ -0,0 +1,21 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} ) +inherit distutils-r1 + +DESCRIPTION="A realistic password strength estimator" +HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python" +SRC_URI=" + https://github.com/dwolfhub/zxcvbn-python/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" +S=${WORKDIR}/zxcvbn-python-${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest |