diff options
author | Sam James <sam@gentoo.org> | 2023-02-17 06:36:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-17 06:48:12 +0000 |
commit | 4e235452fc9388905dccaf72f24c3f3ee0c07d02 (patch) | |
tree | 76b8b88be175e3bc21c84d2545c535865d3a9a90 /dev-python/semver | |
parent | dev-python/pygal: enable py3.11 (diff) | |
download | gentoo-4e235452fc9388905dccaf72f24c3f3ee0c07d02.tar.gz gentoo-4e235452fc9388905dccaf72f24c3f3ee0c07d02.tar.bz2 gentoo-4e235452fc9388905dccaf72f24c3f3ee0c07d02.zip |
dev-python/semver: enable py3.11, PEP517
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/semver')
-rw-r--r-- | dev-python/semver/Manifest | 2 | ||||
-rw-r--r-- | dev-python/semver/semver-2.13.0-r1.ebuild (renamed from dev-python/semver/semver-2.13.0.ebuild) | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/semver/Manifest b/dev-python/semver/Manifest index 83bf711cc293..fcb567acb5f3 100644 --- a/dev-python/semver/Manifest +++ b/dev-python/semver/Manifest @@ -1 +1 @@ -DIST semver-2.13.0.tar.gz 43674 BLAKE2B 35d0ca0b61836d0e6deb97f067a0c1cbba310dde6eb83d78f02f85c3f7485114ad549559d572d4494aa7c4444c7d6feabcb36394561a238489d56bfd04ed8590 SHA512 ca0d408d8bb7305e90802ea04d935cd7b76b8f166a9ec97ed3427dbc2cf60eeca0b2d27ad0cb2f15f32f5b2589d6717a63717c463183374c5335bf79e1eec222 +DIST semver-2.13.0.gh.tar.gz 43674 BLAKE2B 35d0ca0b61836d0e6deb97f067a0c1cbba310dde6eb83d78f02f85c3f7485114ad549559d572d4494aa7c4444c7d6feabcb36394561a238489d56bfd04ed8590 SHA512 ca0d408d8bb7305e90802ea04d935cd7b76b8f166a9ec97ed3427dbc2cf60eeca0b2d27ad0cb2f15f32f5b2589d6717a63717c463183374c5335bf79e1eec222 diff --git a/dev-python/semver/semver-2.13.0.ebuild b/dev-python/semver/semver-2.13.0-r1.ebuild index df1afc006d40..f534300fab4d 100644 --- a/dev-python/semver/semver-2.13.0.ebuild +++ b/dev-python/semver/semver-2.13.0-r1.ebuild @@ -1,14 +1,15 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{9..10} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit distutils-r1 DESCRIPTION="A Python module for semantic versioning" HOMEPAGE="https://github.com/python-semver/python-semver" -SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/python-${P}" LICENSE="BSD" |