diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:08:33 +0100 |
commit | 1c4802eb9834d4d901f3781b6de17519496834bc (patch) | |
tree | 8d79d8782cc565a6ecfedcb30bcd67a9419e903c /dev-python/semantic_version | |
parent | dev-python/scrypt: Use pypi.eclass (diff) | |
download | gentoo-1c4802eb9834d4d901f3781b6de17519496834bc.tar.gz gentoo-1c4802eb9834d4d901f3781b6de17519496834bc.tar.bz2 gentoo-1c4802eb9834d4d901f3781b6de17519496834bc.zip |
dev-python/semantic_version: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/semantic_version')
-rw-r--r-- | dev-python/semantic_version/semantic_version-2.10.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/semantic_version/semantic_version-2.10.0.ebuild b/dev-python/semantic_version/semantic_version-2.10.0.ebuild index cb5e594243d7..2b6c882264cf 100644 --- a/dev-python/semantic_version/semantic_version-2.10.0.ebuild +++ b/dev-python/semantic_version/semantic_version-2.10.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python library providing a few tools handling SemVer in Python" HOMEPAGE=" https://github.com/rbarrois/python-semanticversion/ https://pypi.org/project/semantic-version/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |