summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-17 08:23:42 +0000
committerSam James <sam@gentoo.org>2023-02-17 08:23:53 +0000
commitaf0d94db90e245d4c93c77865cb0e6efba762620 (patch)
treee3cf44dc013878aee40e13592031c16e978803dd /dev-python/pygccxml
parentdev-python/pygccxml: add pypi upstream metadata (diff)
downloadgentoo-af0d94db90e245d4c93c77865cb0e6efba762620.tar.gz
gentoo-af0d94db90e245d4c93c77865cb0e6efba762620.tar.bz2
gentoo-af0d94db90e245d4c93c77865cb0e6efba762620.zip
dev-python/pygccxml: fix PythonGHDistfileSuffix
(No revbump as we only just did in the same push.) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pygccxml')
-rw-r--r--dev-python/pygccxml/Manifest1
-rw-r--r--dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild2
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
index b0d2cad0006b..59bfbde61d7c 100644
--- a/dev-python/pygccxml/Manifest
+++ b/dev-python/pygccxml/Manifest
@@ -1 +1,2 @@
+DIST pygccxml-2.2.1.gh.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
DIST pygccxml-2.2.1.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
diff --git a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
index 970734b16889..56110eb0d87b 100644
--- a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="A specialized XML reader to navigate C++ declarations"
HOMEPAGE="https://github.com/CastXML/pygccxml"
-SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"