summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild
index e64938b2efde..67533013d421 100644
--- a/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild
+++ b/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild
@@ -4,11 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=PyQt-builder
PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1 pypi
DESCRIPTION="The PEP 517 compliant PyQt build system"
-HOMEPAGE="https://github.com/Python-PyQt/PyQt-builder/"
+HOMEPAGE="
+ https://github.com/Python-PyQt/PyQt-builder/
+ https://pypi.org/project/PyQt-builder/
+"
LICENSE="BSD-2"
SLOT="0"