summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Zuber <a.zuber@gmx.ch>2020-10-22 09:39:13 +0200
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-23 14:42:37 -0700
commitd2af3c6ac19705d03779e153138dceb00676bc66 (patch)
tree12189afbcfc5e7972311321a62148db824485ed3 /dev-python/semver
parentnet-misc/nextcloud-client: drop USE=shibboleth flag (diff)
downloadgentoo-d2af3c6ac19705d03779e153138dceb00676bc66.tar.gz
gentoo-d2af3c6ac19705d03779e153138dceb00676bc66.tar.bz2
gentoo-d2af3c6ac19705d03779e153138dceb00676bc66.zip
dev-python/semver: python 3.9 support
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/17999 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/semver')
-rw-r--r--dev-python/semver/semver-2.10.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/semver/semver-2.10.2.ebuild b/dev-python/semver/semver-2.10.2.ebuild
index 7e7deea14b72..08e8852e531a 100644
--- a/dev-python/semver/semver-2.10.2.ebuild
+++ b/dev-python/semver/semver-2.10.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -15,7 +15,6 @@ SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> ${
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="test"
S="${WORKDIR}/python-${P}"