commit: 4d856ae3c3215dc04d42fa6737999eb6f39f3711
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 05:18:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 05:18:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d856ae3
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.07.23.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest
b/dev-python/pbs-installer/Manifest
index 0a08840b5405..8ead34c5e0a4 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B
9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9
SHA512
04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438
DIST pbs-installer-2025.08.07.gh.tar.gz 91785 BLAKE2B
c7debccec65773d42f08c05c7cc22a39d5e4adca3ea4827f8507c448b685420e89264c3c335ae87841921410574127aaf69ee629d0ce53c6d84299dbfde0ece8
SHA512
d438fcc14e645df484b6eb0ac6ef5c274a4a1ebf81451e3b7d5893e877577cf6ad80e2879c6ab3345c69c0ff30d187cc54aee529ac2ef6bd4647278058738d1e
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild
b/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.07.23.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_{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 ~x86"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}