dev-python/pyaes: Add python3_6, add tests

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Manuel Rüger
2017-05-16 14:19:40 +02:00
parent 430141ae82
commit 4589fde5d4

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
@@ -16,4 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDS="dev-python/setuptools"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
${EPYTHON} tests/test-{aes,blockfeeder,util}.py || die
}