summaryrefslogtreecommitdiff
path: root/dev-python/pbs-installer/pbs-installer-2026.5.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pbs-installer/pbs-installer-2026.5.4.ebuild')
-rw-r--r--dev-python/pbs-installer/pbs-installer-2026.5.4.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/pbs-installer/pbs-installer-2026.5.4.ebuild b/dev-python/pbs-installer/pbs-installer-2026.5.4.ebuild
deleted file mode 100644
index 557165ae6a2a..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2026.5.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYPI_VERIFY_REPO=https://github.com/frostming/pbs-installer
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Installer for Python Build Standalone"
-HOMEPAGE="
- https://pypi.org/project/pbs-installer/
- https://github.com/frostming/pbs-installer/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-# httpx is needed to download builds
-# zstandard is needed to install them
-RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/backports-zstd-1.0.0[${PYTHON_USEDEP}]
- ' 3.11 3.12 3.13)
- <dev-python/httpx-1[${PYTHON_USEDEP}]
- >=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests import-check