summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 13:00:54 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 13:03:30 +0200
commit3e6342b380bf6630c83c1b533b2fb80ca617f2b9 (patch)
treefc2dcf3ae40847b3a31d014a164307c1eb5a66eb /dev-python/hpack/hpack-4.0.0-r1.ebuild
parentdev-python/mistune: Fix variable order (diff)
downloadgentoo-3e6342b380bf6630c83c1b533b2fb80ca617f2b9.tar.gz
gentoo-3e6342b380bf6630c83c1b533b2fb80ca617f2b9.tar.bz2
gentoo-3e6342b380bf6630c83c1b533b2fb80ca617f2b9.zip
dev-python/hpack: Fix distfile name
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hpack/hpack-4.0.0-r1.ebuild')
-rw-r--r--dev-python/hpack/hpack-4.0.0-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index f11144f203aa..6f140d78135a 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -14,7 +14,11 @@ HOMEPAGE="
https://github.com/python-hyper/hpack/
https://pypi.org/project/hpack/
"
-SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+# PyPI sdist is missing test fixtures, as of 4.0.0
+SRC_URI="
+ https://github.com/python-hyper/hpack/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"