mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pbs-installer: Bump to 2025.06.04
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pbs-installer-2025.05.17.gh.tar.gz 88009 BLAKE2B 8bc50bbfede74827f1a0dac03c9aa13c4af4a1f0ba7bb4dc4b513701cf2f5c41223439c6961c59a5d2c7aaa9807c11f5cf0dfdfe5bd93520bacc3376f91f0fa5 SHA512 472d7e8119ac0660c0b840c3eeb0175dae225341143790b0cc9f1b378f6faa67e9a03b84b84d4c93eb6d42c443e1f19a5d5b7abffb358becd1761a9e2e643b33
|
||||
DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1
|
||||
|
||||
35
dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild
Normal file
35
dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user