tkurbad-overlay/dev-python/zxcvbn-python/zxcvbn-python-4.4.15.ebuild
2020-02-13 21:57:33 +01:00

23 lines
554 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy3 )
inherit distutils-r1
DESCRIPTION="A realistic password strength estimator."
HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python"
SRC_URI="https://github.com/dwolfhub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-python/py-1.4.31[${PYTHON_USEDEP}]
>=dev-python/pytest-3.0.4[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"