summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-04 21:14:44 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-04 21:14:44 +0200
commit8a50f4ac00eddd00c91bccb0fdb4053a9bce8ea4 (patch)
treed140486e021f57a27a8d0ae88716a65ad8680a86 /dev-python
parent0e57242025361688e6a436881f193d2eac126faa (diff)
downloadgentoo-8a50f4ac00eddd00c91bccb0fdb4053a9bce8ea4.tar.gz
gentoo-8a50f4ac00eddd00c91bccb0fdb4053a9bce8ea4.tar.bz2
gentoo-8a50f4ac00eddd00c91bccb0fdb4053a9bce8ea4.zip
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pbs-installer/Manifest2
-rw-r--r--dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild35
-rw-r--r--dev-python/pbs-installer/pbs-installer-2025.03.17.ebuild35
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 353f44df2beef..1f27bb8bc546c 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -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
diff --git a/dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild b/dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild
deleted file mode 100644
index 9eda0a2dfbf35..0000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild
+++ /dev/null
@@ -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}
-}
diff --git a/dev-python/pbs-installer/pbs-installer-2025.03.17.ebuild b/dev-python/pbs-installer/pbs-installer-2025.03.17.ebuild
deleted file mode 100644
index 9eda0a2dfbf35..0000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.03.17.ebuild
+++ /dev/null
@@ -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}
-}