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: Sat, 20 Sep 2025 06:02:23 +0000 (UTC) [thread overview]
Message-ID: <1758348135.3bf57f8907c9c69043cb8396be694da81852515f.mgorny@gentoo> (raw)
commit: 3bf57f8907c9c69043cb8396be694da81852515f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 05:34:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 06:02:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf57f89
dev-python/pbs-installer: Bump to 2025.09.18
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.09.18.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 8a508c92cc88..e2109747af14 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,3 +1,4 @@
DIST pbs-installer-2025.08.27.gh.tar.gz 92668 BLAKE2B c1ef0b4e43d0f9bb8dff43edc6cd023960e7b91b74fb71f6f7152f37c4a41f2f2d780e31b0d96bf697ae6daa3d1aa43055ed4fd6d73772398d21a8ea9711c74e SHA512 a9208a313c8ebf2c561b723d6cfdeccd32be64773dd7e6c782e0cc62557b2ddf658ce1119f925d86f34a4cf530378560384703c270b896740e618a7fa41c069c
DIST pbs-installer-2025.08.28.gh.tar.gz 92723 BLAKE2B e67122d79d4e5666d542ee33dd94d0e2550988aaca3e7c8eb5b9702cbd41664055bfc5884201c1e906a2c16f013dea63aa3a5974b4aacb0038a6b4327a730e9b SHA512 701a9f83585303882371aff9ffa0f9b702ae6ee51555748de3dcbbffc134976c4b52d2344d198ebbb994d6474eae43b14619864a74b2c0a5488e4625aa9d5965
DIST pbs-installer-2025.09.02.gh.tar.gz 92711 BLAKE2B cccc8fe0ac98bf423ff4aec1fba854be0fb2f4a1e0cd773dd14dcf26fcf8482340df8bdfd0e6385517f368cc8f2617562dd9ae2e7a0a30588cc16567a4f89847 SHA512 a3325d213a486365c3383bcad5d9d6093087fdbe416ea0e43cecbdfc0ff5906fe180e27e974ec808d0d7479c3573ce7e953fbe960ea69f67bca53073ce7abb20
+DIST pbs-installer-2025.09.18.gh.tar.gz 92694 BLAKE2B 06f1641c26d2ed545b93886b6ae11953a4e283191909fc6b1534b6d5878cd2d19ea5fcd3653ec7b13603f08c6a3250d1586b4bd28f9369e1555aefb4651b2a09 SHA512 379f0647459f10507a1741ab1c82eee8ba05fc664d90c898ea1bab315061fc88eb8a22af73d8027247f679d9bf4dd26121887a77178615c9f67b6fa1749313c7
diff --git a/dev-python/pbs-installer/pbs-installer-2025.09.18.ebuild b/dev-python/pbs-installer/pbs-installer-2025.09.18.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.09.18.ebuild
@@ -0,0 +1,35 @@
+# 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}
+}
next reply other threads:[~2025-09-20 6:02 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-20 6:02 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-16 2:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/ 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-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=1758348135.3bf57f8907c9c69043cb8396be694da81852515f.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