diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 09:50:30 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | bb519fc7a383cb66ae1d37964dd5acb679b17af5 (patch) | |
tree | 1dddf29cf37b576d96520ae25352b39355dc84b9 /dev-python/strict-rfc3339 | |
parent | dev-python/mistune: Add back arm support under ALLARCHES policy (diff) | |
download | gentoo-bb519fc7a383cb66ae1d37964dd5acb679b17af5.tar.gz gentoo-bb519fc7a383cb66ae1d37964dd5acb679b17af5.tar.bz2 gentoo-bb519fc7a383cb66ae1d37964dd5acb679b17af5.zip |
dev-python/strict-rfc3339: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild index 6cc8d2056c05..73c6507eefb9 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 @@ -16,3 +16,10 @@ SLOT="0" LICENSE="GPL-3+" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" + +# Not shipped +RESTRICT=test + +python_test() { + ${PYTHON} test_strict_rfc3339.py || die +} |