diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:00:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:00:29 +0100 |
commit | 4da3d9811795e8963aa6079f64079e074978d123 (patch) | |
tree | 53df13cded99c562ce9b8b9eb2ac0488db694255 /dev-python/pyparted | |
parent | dev-python/flask-api: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-4da3d9811795e8963aa6079f64079e074978d123.tar.gz gentoo-4da3d9811795e8963aa6079f64079e074978d123.tar.bz2 gentoo-4da3d9811795e8963aa6079f64079e074978d123.zip |
dev-python/pyparted: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/pyparted-3.10.7.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.11.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyparted/pyparted-3.10.7.ebuild b/dev-python/pyparted/pyparted-3.10.7.ebuild index 584ee2bac6b6..fce9a031d3bc 100644 --- a/dev-python/pyparted/pyparted-3.10.7.ebuild +++ b/dev-python/pyparted/pyparted-3.10.7.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Python bindings for sys-block/parted" HOMEPAGE="https://github.com/rhinstaller/pyparted/" -SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild b/dev-python/pyparted/pyparted-3.11.2.ebuild index 8eebb1a82fd7..5a9a66752a3f 100644 --- a/dev-python/pyparted/pyparted-3.11.2.ebuild +++ b/dev-python/pyparted/pyparted-3.11.2.ebuild @@ -7,7 +7,7 @@ inherit distutils-r1 DESCRIPTION="Python bindings for sys-block/parted" HOMEPAGE="https://github.com/rhinstaller/pyparted/" -SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |