diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest index 9ba90be957661..5ad62dc93044e 100644 --- a/dev-python/pbs-installer/Manifest +++ b/dev-python/pbs-installer/Manifest @@ -1 +1,2 @@ DIST pbs-installer-2025.08.27.gh.tar.gz 92668 BLAKE2B c1ef0b4e43d0f9bb8dff43edc6cd023960e7b91b74fb71f6f7152f37c4a41f2f2d780e31b0d96bf697ae6daa3d1aa43055ed4fd6d73772398d21a8ea9711c74e SHA512 a9208a313c8ebf2c561b723d6cfdeccd32be64773dd7e6c782e0cc62557b2ddf658ce1119f925d86f34a4cf530378560384703c270b896740e618a7fa41c069c +DIST pbs-installer-2025.08.28.gh.tar.gz 92723 BLAKE2B e67122d79d4e5666d542ee33dd94d0e2550988aaca3e7c8eb5b9702cbd41664055bfc5884201c1e906a2c16f013dea63aa3a5974b4aacb0038a6b4327a730e9b SHA512 701a9f83585303882371aff9ffa0f9b702ae6ee51555748de3dcbbffc134976c4b52d2344d198ebbb994d6474eae43b14619864a74b2c0a5488e4625aa9d5965 diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.28.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.28.ebuild new file mode 100644 index 0000000000000..272948979211e --- /dev/null +++ b/dev-python/pbs-installer/pbs-installer-2025.08.28.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} +}