summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-21 23:03:46 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-21 23:05:38 +0200
commit955f7bd4fcb8aba66b73bda130219a3c469bb5b7 (patch)
tree691f98cf93875c6834a31aafa87506f4aa5a1767 /dev-python
parentdev-python/semantic_version: Bump to python 3.10 (diff)
downloadgentoo-955f7bd4fcb8aba66b73bda130219a3c469bb5b7.tar.gz
gentoo-955f7bd4fcb8aba66b73bda130219a3c469bb5b7.tar.bz2
gentoo-955f7bd4fcb8aba66b73bda130219a3c469bb5b7.zip
dev-python/semantic_version: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/semantic_version/semantic_version-2.8.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
index c41e07409201..3686723332e8 100644
--- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Python library providing a few tools handling SemVer in Python"
-HOMEPAGE="https://pypi.org/project/semantic_version/"
+HOMEPAGE="https://pypi.org/project/semantic-version/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
#SRC_URI="https://github.com/rbarrois/python-semanticversion/archive/${PV}.tar.gz -> ${P}.tar.gz"