repo/gentoo:master commit in: dev-python/pbs-installer/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785987960.2ec1ec80bc4673c9e99cd029b622e4a30f1ef17e.mgorny@gentoo> |
commit: 2ec1ec80bc4673c9e99cd029b622e4a30f1ef17e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 03:46:00 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 03:46:00 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec1ec80
dev-python/pbs-installer: Bump to 2026.8.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 2 ++
.../pbs-installer/pbs-installer-2026.8.5.ebuild | 33 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 42d5eb141c13..f8497441ed04 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -4,3 +4,5 @@ DIST pbs_installer-2026.7.18.tar.gz 74147 BLAKE2B f591f1dfff9e8583c94120f56709b6
DIST pbs_installer-2026.7.18.tar.gz.provenance 10098 BLAKE2B 2e6c341d5376ab43728e9adbb081999d3acb2a56dc75b43aa94b70981c8a575a645ff11edd5301084474da670ee98c8d49ca12b43756c239b621f4c92cf4b597 SHA512 a7d8e30b1f5a5a498059456efdfd7b94f1c85dc6c972ceb144fa896212d889caf5e2490bb164ae0ca43a42f88ec8999887c4bc82e2cd71fc8f21bc9bd8b42dc4
DIST pbs_installer-2026.7.28.tar.gz 74134 BLAKE2B 8c7a43436b1440241616462ac754afb8483975d414dc4c1351028644d7a4db65bbc4b3160f321cd071cc22eaabb058537ebc0742ab5e7a3fc265ad872ea98c7e SHA512 34a8104e420eabe80eab28a65399e50e6e0207bd1cb32c9804f3ef1ea8de3b38b1054ebc764f24053e32bc87a97f1f8dfab22f352a65c3476141451990f1f63a
DIST pbs_installer-2026.7.28.tar.gz.provenance 9894 BLAKE2B f615328844a4e235e0d4b7f2b1d1bd7e4759bbfec63304c42c40d970fcb4fbf321191149972011909b16726bd7e14904a9a6249bc16cdf436f23161868f0e42f SHA512 385ffeafeed3db54802a0cc112d4f9c12ac5ce23d7f87454c484ca112eb7e05137302ba6f3e79906744d3d4c84b5a69c70ea62bdc4ad458e3217104c4f83ffa0
+DIST pbs_installer-2026.8.5.tar.gz 74684 BLAKE2B 54837e4efb5ced6b532d6cf397c2f999d60bd359dd0fdfb4d9d8e89df377c6b5a23eb31eb3dc45aacd39b4674a22d33349e69fe3219334431cb5da588e8b9660 SHA512 bca53b9ec29081a66f247f6f9857ef296701311f3500b0f1a47b98e16b3e976d5b8df4182e776ab230f412f18b1ac639bbc69ff11ed7c1a56e12d5eb1298d0df
+DIST pbs_installer-2026.8.5.tar.gz.provenance 9753 BLAKE2B 36d3dda52af73bd649159aa75ea72958348c4d9814f24d88de98f557678e4f21f0101fb0007731c89a64f08f02665cdb7c1cc7ad5fb49a555ad6847b04763ad8 SHA512 58d8101290b2515f34a7fb0f304e0b64f3112e37a06ca08a917c1b1f45e0b435ce0fd30dfa1f1601febd3723f816b4831761dddc52761b1d7d5f6d75aa147cd2
diff --git a/dev-python/pbs-installer/pbs-installer-2026.8.5.ebuild b/dev-python/pbs-installer/pbs-installer-2026.8.5.ebuild
new file mode 100644
index 000000000000..2c918bb89b6c
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2026.8.5.ebuild
@@ -0,0 +1,33 @@
+# 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_{12..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