diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-16 14:19:40 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-16 14:19:40 +0200 |
commit | 4589fde5d47b16d0f86f5c7f0b18c8a5defd6dfa (patch) | |
tree | 8cf666d2193e70256d99667b88ea944c4ae40c8d /dev-python/pyaes | |
parent | dev-python/lesscpy: Add python3_6 (diff) | |
download | gentoo-4589fde5d47b16d0f86f5c7f0b18c8a5defd6dfa.tar.gz gentoo-4589fde5d47b16d0f86f5c7f0b18c8a5defd6dfa.tar.bz2 gentoo-4589fde5d47b16d0f86f5c7f0b18c8a5defd6dfa.zip |
dev-python/pyaes: Add python3_6, add tests
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyaes')
-rw-r--r-- | dev-python/pyaes/pyaes-1.6.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pyaes/pyaes-1.6.0.ebuild b/dev-python/pyaes/pyaes-1.6.0.ebuild index 39724be2a32b..839a967746df 100644 --- a/dev-python/pyaes/pyaes-1.6.0.ebuild +++ b/dev-python/pyaes/pyaes-1.6.0.ebuild @@ -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 +} |