dev-python/pbs-installer: Bump to 2025.08.07

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-08 07:18:20 +02:00
parent 6d662340b6
commit 061f7e7b06
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B 9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9 SHA512 04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438
DIST pbs-installer-2025.08.07.gh.tar.gz 91785 BLAKE2B c7debccec65773d42f08c05c7cc22a39d5e4adca3ea4827f8507c448b685420e89264c3c335ae87841921410574127aaf69ee629d0ce53c6d84299dbfde0ece8 SHA512 d438fcc14e645df484b6eb0ac6ef5c274a4a1ebf81451e3b7d5893e877577cf6ad80e2879c6ab3345c69c0ff30d187cc54aee529ac2ef6bd4647278058738d1e

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