commit:     073ee73e74615a0c1f615175de6c234d186c675d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 01:43:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 01:43:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073ee73e

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.06.30.ebuild  | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/pbs-installer/Manifest 
b/dev-python/pbs-installer/Manifest
index 1a8040ac077d..0e3048a888c9 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.06.30.gh.tar.gz 90780 BLAKE2B 
f6ab4645b02842727d8cb40c748919ee57debff29806fb5e73587a6e5873b4c58233eb07a7c722626f4b2c8841fb53f13fe9b8b629ff24efc11b13b4e012881c
 SHA512 
d790533534ceb49ec2b2e076f5a71911cacf2021410d3e4073261350bec1500885c65e5c75259e08424970e340f1258bb394ee3e28b0e827deea18aecfb08125
 DIST pbs-installer-2025.07.02.gh.tar.gz 90802 BLAKE2B 
c92e28fbf2b28c6cb11803a898a3b18225cc8d2a5ff7ddf21b0e51fe1301ad46a0694e1cf4cccb0fc7234637aaacb6e1c19f0915f977565d2a46c7b08b695f16
 SHA512 
d03ec1f0ec446ce1d7d27566141ac4575cce803f2372be9eb6da61963e4f7f2a07ee88a544ca6362d0f6599f510841d7a36d3faa75fbb0a61c7486bfe3a71b61

diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild 
b/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.30.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}
-}

Reply via email to