Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/
Date: Fri, 23 Oct 2020 21:48:28
Message-Id: 1603489357.d2af3c6ac19705d03779e153138dceb00676bc66.gyakovlev@gentoo
1 commit: d2af3c6ac19705d03779e153138dceb00676bc66
2 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
3 AuthorDate: Thu Oct 22 07:39:13 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 21:42:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2af3c6a
7
8 dev-python/semver: python 3.9 support
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
12 Closes: https://github.com/gentoo/gentoo/pull/17999
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-python/semver/semver-2.10.2.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/semver/semver-2.10.2.ebuild b/dev-python/semver/semver-2.10.2.ebuild
19 index 7e7deea14b7..08e8852e531 100644
20 --- a/dev-python/semver/semver-2.10.2.ebuild
21 +++ b/dev-python/semver/semver-2.10.2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 inherit distutils-r1
31 @@ -15,7 +15,6 @@ SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> ${
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc64 ~x86"
35 -IUSE="test"
36
37 S="${WORKDIR}/python-${P}"