mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/sjcl: replace distutils_enable_tests setup.py with unittest
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -20,9 +20,12 @@ LICENSE="BSD"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
distutils_enable_tests setup.py
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
# Uses unittest which is builtin
|
||||||
|
"${EPYTHON?}" tests/simple.py || die
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user