summaryrefslogtreecommitdiff
path: root/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild')
-rw-r--r--dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild b/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
index e3c155d53c64..c2bbf1f95bc4 100644
--- a/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
+++ b/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1
DESCRIPTION="Installer for Python Build Standalone"
@@ -13,7 +14,10 @@ HOMEPAGE="
https://github.com/frostming/pbs-installer/
"
-SRC_URI="https://github.com/frostming/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+SRC_URI="
+ https://github.com/frostming/pbs-installer/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"