From f472ee59d945e90096caea1ffa9c704e399f9d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Jun 2025 06:38:54 +0200 Subject: [PATCH] dev-python/pbs-installer: Bump to 2025.06.06 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pbs-installer/Manifest | 1 + .../pbs-installer-2025.06.06.ebuild | 35 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest index 70e9b011b99ce..56ced7167d5a4 100644 --- a/dev-python/pbs-installer/Manifest +++ b/dev-python/pbs-installer/Manifest @@ -1 +1,2 @@ DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1 +DIST pbs-installer-2025.06.06.gh.tar.gz 89918 BLAKE2B a0c5d07aef5313c2303068672cd7134296ff5b7775041bf3d624d5b28db087fcef88e232ec0755f09a0318a188e2eb4e5d2506e6461ff5c8193cdb95b7982023 SHA512 10b2661cb78487b2437e276a923629df8384a96d7c19ac6cfd9fff555543ba3b0a1e7ac11afce20c4e51cc74209472356af9d7dc1f9c668536574e09fe931237 diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild new file mode 100644 index 0000000000000..f50e7c78c738f --- /dev/null +++ b/dev-python/pbs-installer/pbs-installer-2025.06.06.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" + +BDEPEND=" + dev-python/zstandard[${PYTHON_USEDEP}] +" + +# upstream does not provide any tests +RESTRICT=test + +python_configure_all() { + export PDM_BUILD_SCM_VERSION=${PV} +}