dev-python/subvertpy: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 12:08:25 +0000 (14:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 12:50:52 +0000 (14:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild

index b184151d78e1624a7058bf35b6475e38d67817b2..ea0a983db454cc7536d80b524147cde79a080a6e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
 
 inherit distutils-r1
 
@@ -13,8 +13,6 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-vcs/subversion-1.4"
 DEPEND="${RDEPEND}