summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-26 14:08:25 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-26 14:50:52 +0200
commitb59ce740871b11b9a2032cf0e2b10a7c71535891 (patch)
treefed45cf8395388c312cafaa06500013b3e42781c /dev-python/subvertpy
parentdev-python/sqlalchemy-rqlite: Enable py3.{7,8}, modernize (diff)
downloadgentoo-b59ce740871b11b9a2032cf0e2b10a7c71535891.tar.gz
gentoo-b59ce740871b11b9a2032cf0e2b10a7c71535891.tar.bz2
gentoo-b59ce740871b11b9a2032cf0e2b10a7c71535891.zip
dev-python/subvertpy: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r--dev-python/subvertpy/subvertpy-0.10.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index b184151d78e1..ea0a983db454 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -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}