summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-11 20:11:03 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-11 20:21:48 +0200
commit3298abf9bb7006fcadb19cd7f520d211b3d37890 (patch)
treec0668c0fdbfca5c03c4c57b2191daa9b0f7dbfe8 /dev-python/pbs-installer
parentdev-python/hishel: Enable py3.13 (diff)
downloadgentoo-3298abf9bb7006fcadb19cd7f520d211b3d37890.tar.gz
gentoo-3298abf9bb7006fcadb19cd7f520d211b3d37890.tar.bz2
gentoo-3298abf9bb7006fcadb19cd7f520d211b3d37890.zip
dev-python/pbs-installer: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pbs-installer')
-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"