commit: 10b2f5a7fda2ab2c5d72e084aedb8c7caf4b19a5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 6 23:22:47 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 6 23:23:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b2f5a7
dev-python/semantic_version: Restore the original SRC_URI Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/semantic_version/semantic_version-2.9.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/semantic_version/semantic_version-2.9.0.ebuild b/dev-python/semantic_version/semantic_version-2.9.0.ebuild index 1f78f47ad99f..21c573a3b61a 100644 --- a/dev-python/semantic_version/semantic_version-2.9.0.ebuild +++ b/dev-python/semantic_version/semantic_version-2.9.0.ebuild @@ -10,9 +10,7 @@ inherit distutils-r1 DESCRIPTION="Python library providing a few tools handling SemVer in Python" HOMEPAGE="https://pypi.org/project/semantic-version/" -SRC_URI=" - https://github.com/rbarrois/python-semanticversion/archive/${PV}.tar.gz - -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"
