From 55cf05be65a21e81bc6d4e23cb4e0e72a9c482dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 24 Jul 2025 05:10:11 +0200 Subject: [PATCH] dev-python/pbs-installer: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pbs-installer/Manifest | 1 - .../pbs-installer-2025.07.08.ebuild | 35 ------------------- 2 files changed, 36 deletions(-) delete mode 100644 dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest index e3fe1f062e38d..fa479b2c56618 100644 --- a/dev-python/pbs-installer/Manifest +++ b/dev-python/pbs-installer/Manifest @@ -1,2 +1 @@ -DIST pbs-installer-2025.07.08.gh.tar.gz 91062 BLAKE2B 57ad3032247b8e625662e905703dad092fd3f3395ddf0de02cf630a6edd0b2fa74c190766c87105047e92b71162c404088ea20c0d452e340a5d1a5b264a7114e SHA512 8899d96793c6c1ab3c540ca60c57c59298baca6793aa2af7243f5866e0936f7e0d269f049f541ea3d97eca307809c7e6122af0409bf4e09ba800da2ace81cc07 DIST pbs-installer-2025.07.12.gh.tar.gz 91100 BLAKE2B 1ed8dbec8b8ea6d799b03e1ed7ca282bfdeb6fdf8fc865b2d1b10e9f49aa8fd40f56b9ca3ce66f2c03f82114ea06dd11688595604c97b694060ed3c765e050bf SHA512 15632e567e7989b451ebde8d9d32803510cf5e8c26fb2844d794cf85fe34342145b5846fcdceeb3489f2163cf31852b9d7c0239c58d068cd310452818217457f diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild deleted file mode 100644 index 272948979211e..0000000000000 --- a/dev-python/pbs-installer/pbs-installer-2025.07.08.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} -}