-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
+IUSE="doc"
COMMON_DEPEND="
~app-crypt/argon2-20171227:=
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
- >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
)
"
DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst )
+distutils_enable_tests pytest
+
python_configure_all() {
export ARGON2_CFFI_USE_SYSTEM=1
}
use doc && emake -C docs html
}
-python_test() {
- pytest -vv || die "Tests failed with ${EPYTHON}"
-}
-
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all