diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest index fa479b2c56618..07346d88a1e59 100644 --- a/dev-python/pbs-installer/Manifest +++ b/dev-python/pbs-installer/Manifest @@ -1 +1,2 @@ DIST pbs-installer-2025.07.12.gh.tar.gz 91100 BLAKE2B 1ed8dbec8b8ea6d799b03e1ed7ca282bfdeb6fdf8fc865b2d1b10e9f49aa8fd40f56b9ca3ce66f2c03f82114ea06dd11688595604c97b694060ed3c765e050bf SHA512 15632e567e7989b451ebde8d9d32803510cf5e8c26fb2844d794cf85fe34342145b5846fcdceeb3489f2163cf31852b9d7c0239c58d068cd310452818217457f +DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B 9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9 SHA512 04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438 diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild new file mode 100644 index 0000000000000..272948979211e --- /dev/null +++ b/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild @@ -0,0 +1,35 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 + +DESCRIPTION="Installer for Python Build Standalone" +HOMEPAGE=" + https://pypi.org/project/pbs-installer/ + https://github.com/frostming/pbs-installer/ + +" +SRC_URI=" + https://github.com/frostming/pbs-installer/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND=" + dev-python/zstandard[${PYTHON_USEDEP}] +" + +# upstream does not provide any tests +RESTRICT=test + +python_configure_all() { + export PDM_BUILD_SCM_VERSION=${PV} +}