commit:     9e029f6e6297596e86e3e029297700350053a608
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 03:13:09 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 03:42:55 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e029f6e

dev-python/pbs-installer: Bump to 2026.3.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pbs-installer/Manifest                  |  2 ++
 .../pbs-installer/pbs-installer-2026.3.3.ebuild    | 31 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pbs-installer/Manifest 
b/dev-python/pbs-installer/Manifest
index aa1e7ca0a965..8d20ce2221cf 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -8,3 +8,5 @@ DIST pbs_installer-2026.2.11.tar.gz 68305 BLAKE2B 
d44c81152dcd61800b068ffb2bef4a
 DIST pbs_installer-2026.2.11.tar.gz.provenance 9564 BLAKE2B 
aba3752c297d6137a217d78daded8915a6297a58fda2b01d78d04dc11e13404cb0751a2910e2007e9df8cdb5fc976c37d5499a960c57e28f332f1d3aa6a33504
 SHA512 
d8c4be9d1726bf5a6b4b2250df6960e2193a2d7f1519e202d44c67c5820bcf19b7d60931574b2ce0a0f6f7a24aa9a7d8aef873234d704b7613be1b8ae1a96d6c
 DIST pbs_installer-2026.2.3.tar.gz 68327 BLAKE2B 
f5015781eef49ee421be7a041f5786fc8425a47c1dfc8c477db981c6bf3aa25cd491bc0d8b7228a58bcb0f8210c67ad606b070473981a016476628d0b10c2fe2
 SHA512 
7ba018d0d5c6e4042562a624685c1d045f64b3bc527a908c40c9c98e18475801095c4ef4a3b7528fe0bbfa65f8fdf22e69b69b461f30083680e634d98a1865f1
 DIST pbs_installer-2026.2.3.tar.gz.provenance 9642 BLAKE2B 
32b0346d6d1e6b3c076a32a49a0fbfe9b9e4064d7f95553b6b1e58cdb51d81470c76488624d317463b49dfda8ea066f72eab635267e64f5d8ae8e36f89dbe11b
 SHA512 
aa9f4451e3ef5c21790fcba3b96d0620e4ded031ac84c8d0db7e267aa16161c6b48d9baee6e6bc012dc87594e52f772c0d5ac233767afaed7b9216a24be8d4ef
+DIST pbs_installer-2026.3.3.tar.gz 70232 BLAKE2B 
966d2d36ceddd5afbccb0120921d6a555ca2213a51ee88ad6482ae2830d6e3234f8208a18834e60d952bc1aa45f751538d5ae4785e743042611ebd1ccaad5e13
 SHA512 
7a7a054ce10e5ee62b6949a4bf854cc8a160cdce8f38c838bcd379834a33074bf1680b722868d2abdce0f34582924046f18edba2fd6ca9a4eaf585d9c8bd25b4
+DIST pbs_installer-2026.3.3.tar.gz.provenance 9737 BLAKE2B 
395ef5c49b7e52a78c64a70e450bf8eeccef9ebaff02d1247e0c06fb3033b68aef5d45156c232cf7fbd27224d594bedf564ff0a40370ce5aa66c909e71990a5f
 SHA512 
e793be0b4c55b31843d65732bc84eb4c1a5eb00428cd8cabb6078e8abda2038dff2b833b66315dd06d195aa3f775d10e263fed159a2e8be048e23ffd58da9e85

diff --git a/dev-python/pbs-installer/pbs-installer-2026.3.3.ebuild 
b/dev-python/pbs-installer/pbs-installer-2026.3.3.ebuild
new file mode 100644
index 000000000000..a7214496a6e9
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2026.3.3.ebuild
@@ -0,0 +1,31 @@
+# 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=( pypy3_11 python3_{11..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="
+       <dev-python/httpx-1[${PYTHON_USEDEP}]
+       >=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+       >=dev-python/zstandard-0.21.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-import-check )
+distutils_enable_tests import-check

Reply via email to