dev-python/pbs-installer: Bump to 2025.06.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-13 05:49:58 +02:00
parent f744d14b4d
commit eb5e9ab634
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pbs-installer-2025.06.10.gh.tar.gz 89952 BLAKE2B aa1cef6c0aaab68542194c9ba8a22d3e143ffa39242f5aad8a6870e0aeaabfc57f934424154ce56c223444f3c62a6a638275921fd47ab57e78d9041da35ba5fe SHA512 73997a7f880b0b6f4bef9d119eb48df0b5ab36d365180a9da0fee65fe48ceeacc93fb9707adc95f2c3a5545fbe3360ae24b12ae31631e91c385eb90f11683f86
DIST pbs-installer-2025.06.12.gh.tar.gz 90512 BLAKE2B f0c4bea960d2f3b72060f12dfd8a0058192c3f72193fbb49f2579f6ba7d514c8012869cd6f5c1adf6dbd724b2ce6d484df79813e1f2b9cff3db84a9927d78283 SHA512 87346139f818822a1693ae495d693a8ee0e683757ed27e17325fd4b7704541a401a5dd71464976846902735887aeef298ec8d3c063c7d47645ed0a4f7b64b3a2

View File

@@ -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"
BDEPEND="
dev-python/zstandard[${PYTHON_USEDEP}]
"
# upstream does not provide any tests
RESTRICT=test
python_configure_all() {
export PDM_BUILD_SCM_VERSION=${PV}
}