commit: d450575f0818b968d836d52e10ebf274083e6028
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 03:02:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 03:42:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d450575f
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.04.09.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest
b/dev-python/pbs-installer/Manifest
index d6f6a8804d04..84885ebd79e5 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.04.09.gh.tar.gz 88038 BLAKE2B
cdd7abd128d369b85041e27c1b0c728af0e64f1efc7b879b682abea1df6f5a2e124fa2f22e697624b3d8a604956fccd594394d426e262c4e7c2c30918bd85a1f
SHA512
089aae49a2eb1c9e46f0c47f84497068e6f47bff85840991c6b4cafbda60f6ddddd6e91ea9decedbf93afdbf55499e7fd01dbf04908e42cda634a29654bc7d4b
DIST pbs-installer-2025.05.17.gh.tar.gz 88009 BLAKE2B
8bc50bbfede74827f1a0dac03c9aa13c4af4a1f0ba7bb4dc4b513701cf2f5c41223439c6961c59a5d2c7aaa9807c11f5cf0dfdfe5bd93520bacc3376f91f0fa5
SHA512
472d7e8119ac0660c0b840c3eeb0175dae225341143790b0cc9f1b378f6faa67e9a03b84b84d4c93eb6d42c443e1f19a5d5b7abffb358becd1761a9e2e643b33
diff --git a/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild
b/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild
deleted file mode 100644
index 9eda0a2dfbf3..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.04.09.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}
-}