summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pyzbar/pyzbar-0.1.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyzbar/pyzbar-0.1.9.ebuild b/dev-python/pyzbar/pyzbar-0.1.9.ebuild
index aa4284937b9e..de25f392f6f6 100644
--- a/dev-python/pyzbar/pyzbar-0.1.9.ebuild
+++ b/dev-python/pyzbar/pyzbar-0.1.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1
@@ -14,7 +14,7 @@ HOMEPAGE="
https://pypi.org/project/pyzbar/
"
SRC_URI="
- https://github.com/NaturalHistoryMuseum/${PN}/archive/v${PV}.tar.gz
+ https://github.com/NaturalHistoryMuseum/pyzbar/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"