commit: d2af3c6ac19705d03779e153138dceb00676bc66 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch> AuthorDate: Thu Oct 22 07:39:13 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Oct 23 21:42:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2af3c6a
dev-python/semver: python 3.9 support Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/17999 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-python/semver/semver-2.10.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/semver/semver-2.10.2.ebuild b/dev-python/semver/semver-2.10.2.ebuild index 7e7deea14b7..08e8852e531 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}"
