From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
Date: Thu, 16 Oct 2025 02:21:52 +0000 (UTC) [thread overview]
Message-ID: <1760581214.10ca81c8a05a949fb35dc1b848ad12b91d944d13.mgorny@gentoo> (raw)
commit: 10ca81c8a05a949fb35dc1b848ad12b91d944d13
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 01:54:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 02:20:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ca81c8
dev-python/pbs-installer: Bump to 2025.10.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 2 ++
.../pbs-installer/pbs-installer-2025.10.14.ebuild | 31 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 2b2ce0d48a12..256a376c93c6 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -6,3 +6,5 @@ DIST pbs-installer-2025.10.07.gh.tar.gz 94098 BLAKE2B af4bc8cd06f65f591f7f681d57
DIST pbs-installer-2025.10.10.gh.tar.gz 96641 BLAKE2B baa508106956df9a5305a15d1e202e2b3fbb9ff82d1e25d0d34798eb233fdfa2a67e2e6777081487ab7a6e5757eb22ba39ddac7a31eaaf83137aef476e5c1166 SHA512 d8d9403b592b536ca1bc7dc73efe30e9de961e4e9711e6f39afb4c4c6485a26377fd3ec63f22a382ded5ffcef6334b7c8f5ba52a5ef6f229d3c5e82d7488aaf9
DIST pbs_installer-2025.10.10.tar.gz 62929 BLAKE2B db9d10f819a93ed8bebaa409f847a2bd4fd052d1582a0746f0a0fda3db69c710c8350df541a55a3ac9c8041c8c5c0a37bae7ba40fe57125b0ad36555e8472799 SHA512 545582365be4b167c7087977e0b706bd6db31742551fcfcefecb0b8fbcf992838ced9315a24a8f5034a29b1cf65b232c7b46c5dca31c14079d64dbf227684a22
DIST pbs_installer-2025.10.10.tar.gz.provenance 9417 BLAKE2B fab923988b1175ad6db5ed1a4e32dd487d755fbbc359cbbd50186cd1c282fed2a658962b055256e98cd74170a90b32e591c31aab8ea31e9e677dc59f546a2171 SHA512 d78ddcd590364ed15b8a2b1cc97fa0edc560248c76f226e698a8a6f1257e288441eba6f5d331d25c63f3b2158f026570df773294060b11724124330ddb17838e
+DIST pbs_installer-2025.10.14.tar.gz 63626 BLAKE2B 043053c36750378cde810222ba00b56ff3440939310d77133366bbe9651c8a931850b85271b1fba57ee647ebdfa2df832666bd7d680c8a23952248bd19ed73c6 SHA512 9383b40b159bfe5b3ff41d5791ca61b7f880f42e0dd302195766026449c012e55d3561ae433cc7b859def152203387768aa2a399d00a970e9651a2ea3a0a128d
+DIST pbs_installer-2025.10.14.tar.gz.provenance 9758 BLAKE2B 04771a558d84fdafdd67ce9e441cd34446cffc18a7ff51f9ffc0e3b34f73545cf0ce5e98684ee341aa41bc43c598ae172b8fdc16da95998cced8ef04e25a4442 SHA512 86c1c8109dc21719c571f8f94f5b197c1a4385945b5575f3af77ae287a181bc00e8754eac7d630e507207f27d56ff88eecc301a0568a945d3a2f50f84937f581
diff --git a/dev-python/pbs-installer/pbs-installer-2025.10.14.ebuild b/dev-python/pbs-installer/pbs-installer-2025.10.14.ebuild
new file mode 100644
index 000000000000..e704551fa4ad
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.10.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024-2025 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
next reply other threads:[~2025-10-16 2:22 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-16 2:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-11-02 4:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/ Michał Górny
2025-10-29 3:33 Michał Górny
2025-10-29 3:33 Michał Górny
2025-10-15 7:04 Michał Górny
2025-10-11 2:55 Michał Górny
2025-10-08 6:26 Michał Górny
2025-09-20 6:02 Michał Górny
2025-09-06 21:12 Sam James
2025-09-03 4:57 Michał Górny
2025-08-29 5:27 Michał Górny
2025-08-29 5:27 Michał Górny
2025-08-27 2:44 Michał Górny
2025-08-27 2:44 Michał Górny
2025-08-19 2:41 Michał Górny
2025-08-19 2:41 Michał Górny
2025-08-15 3:30 Michał Górny
2025-08-13 14:21 Michał Górny
2025-08-13 14:21 Michał Górny
2025-08-09 5:47 Michał Górny
2025-08-09 5:47 Michał Górny
2025-08-08 5:39 Michał Górny
2025-08-08 5:39 Michał Górny
2025-07-24 3:36 Michał Górny
2025-07-24 3:36 Michał Górny
2025-07-13 3:05 Michał Górny
2025-07-13 3:05 Michał Górny
2025-07-10 2:37 Michał Górny
2025-07-10 2:37 Michał Górny
2025-07-03 2:28 Michał Górny
2025-07-03 2:28 Michał Górny
2025-07-01 2:28 Michał Górny
2025-07-01 2:28 Michał Górny
2025-06-28 5:08 Michał Górny
2025-06-28 5:08 Michał Górny
2025-06-13 4:16 Michał Górny
2025-06-13 4:16 Michał Górny
2025-06-11 6:22 Michał Górny
2025-06-07 6:13 Michał Górny
2025-06-07 6:13 Michał Górny
2025-06-05 3:42 Michał Górny
2025-06-05 3:42 Michał Górny
2025-05-21 5:38 Michał Górny
2025-04-10 3:15 Michał Górny
2025-03-19 7:32 Michał Górny
2025-03-19 7:32 Michał Górny
2025-03-13 7:20 Michał Górny
2025-03-13 7:20 Michał Górny
2025-02-14 5:19 Michał Górny
2025-02-14 5:19 Michał Górny
2025-02-07 5:45 Michał Górny
2025-02-07 5:45 Michał Górny
2025-01-08 9:12 Michał Górny
2025-01-08 9:12 Michał Górny
2024-12-28 7:53 Michał Górny
2024-12-28 7:53 Michał Górny
2024-10-17 2:51 Michał Górny
2024-07-11 18:22 Michał Górny
2024-05-24 17:42 Patrick McLean
2024-05-16 15:22 Arthur Zamarin
2024-04-08 22:30 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1760581214.10ca81c8a05a949fb35dc1b848ad12b91d944d13.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox