dev-python/pbs-installer: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-04 21:14:44 +02:00
parent 0e57242025
commit 8a50f4ac00
3 changed files with 0 additions and 72 deletions

View File

@@ -1,3 +1 @@
DIST pbs-installer-2025.03.11.gh.tar.gz 84837 BLAKE2B 32860346f216907a320881e9107a194870a460f39c51d6a4f4f366119de0717b36a7dbf6a98be99a6aef30212eb48e9e949c1d9ae95642ea7bda34264549cd55 SHA512 5b323d6b1a116516a03843ffcea2e0217c53b7726089ba57f1633dd0072c4217d3d229b32f8a5746f034b54f84be1a0a12bfe3ea6d73ab3fff45c76205230e9f
DIST pbs-installer-2025.03.17.gh.tar.gz 84857 BLAKE2B 84a53ba5257817ae877dc2e65ddeb0cdcc10b88ed72888a773986d66bc349fcfb8892bb8974cc5b81fdf8d5e295771da0fcb21822537bd6ede14f669ad883535 SHA512 8ab4f418c9415ce6395334147a982fe6d04bd0952f33a859a67346c6666c00fdae92d200849fbeb13c7e03fba1c088b04d31a6dbbee5adf44b812a32659624c0
DIST pbs-installer-2025.04.09.gh.tar.gz 88038 BLAKE2B cdd7abd128d369b85041e27c1b0c728af0e64f1efc7b879b682abea1df6f5a2e124fa2f22e697624b3d8a604956fccd594394d426e262c4e7c2c30918bd85a1f SHA512 089aae49a2eb1c9e46f0c47f84497068e6f47bff85840991c6b4cafbda60f6ddddd6e91ea9decedbf93afdbf55499e7fd01dbf04908e42cda634a29654bc7d4b

View File

@@ -1,35 +0,0 @@
# 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}
}

View File

@@ -1,35 +0,0 @@
# 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}
}