mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pbs-installer: Bump to 2025.03.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pbs-installer-2025.02.12.gh.tar.gz 84756 BLAKE2B e2b9063f36b0e53877dbf88536194c89a74ea4abaeeecf823caf95d98a680608f1e4b673fde6d528b69e55dc81a9b5533065ea79f3262ba33dd9453d7656fdd8 SHA512 9f342684f4338dd1dd9b409a31d0cf2626d444f3222adbcf9fc93c54e79f8870d07804265a0935c139ae9c5261bed76225fe22aa36d3736fb511a024dc174a91
|
||||
DIST pbs-installer-2025.03.11.gh.tar.gz 84837 BLAKE2B 32860346f216907a320881e9107a194870a460f39c51d6a4f4f366119de0717b36a7dbf6a98be99a6aef30212eb48e9e949c1d9ae95642ea7bda34264549cd55 SHA512 5b323d6b1a116516a03843ffcea2e0217c53b7726089ba57f1633dd0072c4217d3d229b32f8a5746f034b54f84be1a0a12bfe3ea6d73ab3fff45c76205230e9f
|
||||
|
||||
35
dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild
Normal file
35
dev-python/pbs-installer/pbs-installer-2025.03.11.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_{10..13} )
|
||||
|
||||
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