* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-04-08 22:30 Patrick McLean
0 siblings, 0 replies; 55+ messages in thread
From: Patrick McLean @ 2024-04-08 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 9fc509b2bc5196e38f35f89377d11f067d7d67bc
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 8 21:22:01 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 22:30:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc509b2
dev-python/pbs-installer: new package, add 2024.4.1
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
dev-python/pbs-installer/metadata.xml | 12 +++++++++
.../pbs-installer/pbs-installer-2024.4.1.ebuild | 31 ++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
new file mode 100644
index 000000000000..64f270ba927d
--- /dev/null
+++ b/dev-python/pbs-installer/Manifest
@@ -0,0 +1 @@
+DIST pbs-installer-2024.4.1.gh.tar.gz 68006 BLAKE2B 5455b00dd08881e78fbbc9b565e9224ee7d04f17855da9869fcb420fcbf8ee3743e6f21113d406bcfb66e786788735bd1ef2d3bfa30a14a5a74fb2c36e8f3d0a SHA512 407ffc7a7f5430d8f889f32b53614cc2c5e3fb05937905d6b43c7ca9151f3d5cb794bcd60633e4945dc62555cc6575d75e0b7b7a1e5dc0c9f99c2318fada3a10
diff --git a/dev-python/pbs-installer/metadata.xml b/dev-python/pbs-installer/metadata.xml
new file mode 100644
index 000000000000..10fd06206281
--- /dev/null
+++ b/dev-python/pbs-installer/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pbs-installer</remote-id>
+ <remote-id type="github">frostming/pbs-installer</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild b/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild
new file mode 100644
index 000000000000..dfe012214833
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+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/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-05-16 15:22 Arthur Zamarin
0 siblings, 0 replies; 55+ messages in thread
From: Arthur Zamarin @ 2024-05-16 15:22 UTC (permalink / raw
To: gentoo-commits
commit: d96cc1849600249fe4285649518041e6c5a63707
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 15:22:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 16 15:22:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96cc184
dev-python/pbs-installer: Keyword 2024.4.1 arm64, #928958
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild b/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild
index dfe012214833..e3c155d53c64 100644
--- a/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild
+++ b/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/frostming/${PN}/archive/refs/tags/${PV}.tar.gz -> ${
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
BDEPEND="
dev-python/zstandard[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-05-24 17:42 Patrick McLean
0 siblings, 0 replies; 55+ messages in thread
From: Patrick McLean @ 2024-05-24 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 40f8436fd1c71cfba1e271d8d9cf7630361963a5
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 17:41:49 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri May 24 17:41:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f8436f
dev-python/pbs-installer: add 2024.4.24, drop 2024.4.1
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 2 +-
.../{pbs-installer-2024.4.1.ebuild => pbs-installer-2024.4.24.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 64f270ba927d..d0044d88a2a0 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1 @@
-DIST pbs-installer-2024.4.1.gh.tar.gz 68006 BLAKE2B 5455b00dd08881e78fbbc9b565e9224ee7d04f17855da9869fcb420fcbf8ee3743e6f21113d406bcfb66e786788735bd1ef2d3bfa30a14a5a74fb2c36e8f3d0a SHA512 407ffc7a7f5430d8f889f32b53614cc2c5e3fb05937905d6b43c7ca9151f3d5cb794bcd60633e4945dc62555cc6575d75e0b7b7a1e5dc0c9f99c2318fada3a10
+DIST pbs-installer-2024.4.24.gh.tar.gz 73601 BLAKE2B f56483899dc7795d0334b4698e08f71799ede456fdb7f78accc9278f32437a6b785055ec0b61854c6ec05663bc3b4bd41be8d45138a5793dcab35aa80da32de8 SHA512 7bd440e1522a1c826dcfac801763ad256d79f60315a30828082ea65169e5f4cc8527866491a5c4d84d847150ed6f90167b550104031f417e0103640e2c291aeb
diff --git a/dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild b/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
similarity index 100%
rename from dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild
rename to dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-07-11 18:22 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2024-07-11 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 3298abf9bb7006fcadb19cd7f520d211b3d37890
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 18:11:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:21:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3298abf9
dev-python/pbs-installer: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild b/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
index e3c155d53c64..c2bbf1f95bc4 100644
--- a/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
+++ b/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1
DESCRIPTION="Installer for Python Build Standalone"
@@ -13,7 +14,10 @@ HOMEPAGE="
https://github.com/frostming/pbs-installer/
"
-SRC_URI="https://github.com/frostming/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+SRC_URI="
+ https://github.com/frostming/pbs-installer/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-10-17 2:51 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2024-10-17 2:51 UTC (permalink / raw
To: gentoo-commits
commit: f5d5a54270037b5461377c23c697c24bdaa80329
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 02:46:58 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 02:46:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d5a542
dev-python/pbs-installer: Bump to 2024.10.16
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2024.10.16.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index d0044d88a2a0..1916cf97048d 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
+DIST pbs-installer-2024.10.16.gh.tar.gz 79499 BLAKE2B 749a0ecc54a4df1e5989eee54b874b92bd7592307fe9bc0a13aa77dea96dcec8b6ff7b5fcfd10e354eaad21054cbf264c718fa7d692c6ee2df348f9217ca89ca SHA512 1b6bfc64bf311d03cf318365b1d16968ac599b40b247970477d6555791407bc104813bd60f82e30d88a13cd37873fef269a98640ee301f86028e6ddf7d097958
DIST pbs-installer-2024.4.24.gh.tar.gz 73601 BLAKE2B f56483899dc7795d0334b4698e08f71799ede456fdb7f78accc9278f32437a6b785055ec0b61854c6ec05663bc3b4bd41be8d45138a5793dcab35aa80da32de8 SHA512 7bd440e1522a1c826dcfac801763ad256d79f60315a30828082ea65169e5f4cc8527866491a5c4d84d847150ed6f90167b550104031f417e0103640e2c291aeb
diff --git a/dev-python/pbs-installer/pbs-installer-2024.10.16.ebuild b/dev-python/pbs-installer/pbs-installer-2024.10.16.ebuild
new file mode 100644
index 000000000000..c2bbf1f95bc4
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2024.10.16.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-12-28 7:53 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2024-12-28 7:53 UTC (permalink / raw
To: gentoo-commits
commit: b433619bf4f06e5a802fcfa42e01b9e294afcf78
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 07:24:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 07:24:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b433619b
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2024.4.24.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 1916cf97048d..3aafb7b87209 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
DIST pbs-installer-2024.10.16.gh.tar.gz 79499 BLAKE2B 749a0ecc54a4df1e5989eee54b874b92bd7592307fe9bc0a13aa77dea96dcec8b6ff7b5fcfd10e354eaad21054cbf264c718fa7d692c6ee2df348f9217ca89ca SHA512 1b6bfc64bf311d03cf318365b1d16968ac599b40b247970477d6555791407bc104813bd60f82e30d88a13cd37873fef269a98640ee301f86028e6ddf7d097958
-DIST pbs-installer-2024.4.24.gh.tar.gz 73601 BLAKE2B f56483899dc7795d0334b4698e08f71799ede456fdb7f78accc9278f32437a6b785055ec0b61854c6ec05663bc3b4bd41be8d45138a5793dcab35aa80da32de8 SHA512 7bd440e1522a1c826dcfac801763ad256d79f60315a30828082ea65169e5f4cc8527866491a5c4d84d847150ed6f90167b550104031f417e0103640e2c291aeb
diff --git a/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild b/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
deleted file mode 100644
index c2bbf1f95bc4..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2024.4.24.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2024-12-28 7:53 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2024-12-28 7:53 UTC (permalink / raw
To: gentoo-commits
commit: 9431cd44aa42f0c6740398134058648775394989
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 07:24:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 07:24:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9431cd44
dev-python/pbs-installer: Bump to 2024.12.19
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2024.12.19.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 3aafb7b87209..f7ca79ef478a 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2024.10.16.gh.tar.gz 79499 BLAKE2B 749a0ecc54a4df1e5989eee54b874b92bd7592307fe9bc0a13aa77dea96dcec8b6ff7b5fcfd10e354eaad21054cbf264c718fa7d692c6ee2df348f9217ca89ca SHA512 1b6bfc64bf311d03cf318365b1d16968ac599b40b247970477d6555791407bc104813bd60f82e30d88a13cd37873fef269a98640ee301f86028e6ddf7d097958
+DIST pbs-installer-2024.12.19.gh.tar.gz 82721 BLAKE2B b6a6ed17b4d1e55d9160361f45d4f15b3f8f12a6fa97208a2428c0c9b7f3b3f46e846f01d03539df86f5a4b109623a12133169880445aa386623b3f9e74935c3 SHA512 481ce48d4ba823d13e6c488aa146725e7406baf7f1d42a8561273d69311174e032930fa5d4d9c4f6edd3ce9ea866320e0266763a2b8b8456ed2f052149eb892a
diff --git a/dev-python/pbs-installer/pbs-installer-2024.12.19.ebuild b/dev-python/pbs-installer/pbs-installer-2024.12.19.ebuild
new file mode 100644
index 000000000000..c2bbf1f95bc4
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2024.12.19.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-01-08 9:12 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-01-08 9:12 UTC (permalink / raw
To: gentoo-commits
commit: 56ec897ed1afd1cb54e33ac55f76f18bbfe0fea7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 08:32:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 09:12:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ec897e
dev-python/pbs-installer: Bump to 2025.01.06
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.01.06.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 6633497afb36..d1d143c86821 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2024.12.19.gh.tar.gz 82721 BLAKE2B b6a6ed17b4d1e55d9160361f45d4f15b3f8f12a6fa97208a2428c0c9b7f3b3f46e846f01d03539df86f5a4b109623a12133169880445aa386623b3f9e74935c3 SHA512 481ce48d4ba823d13e6c488aa146725e7406baf7f1d42a8561273d69311174e032930fa5d4d9c4f6edd3ce9ea866320e0266763a2b8b8456ed2f052149eb892a
+DIST pbs-installer-2025.01.06.gh.tar.gz 82694 BLAKE2B 171754b6b2d8ce99618e0f241188a8565332fcbd0bdf29ea2b52ec874780adce0c563ae464a2c7a4f74c1fe06d9d334e61b91fa4e50380160403a228ebc55d56 SHA512 f3b150acbfcf64dc6ad1ec1915744b9e1663ef4e13b78e65d6d259e6bf6d844e93a0c432109c6eb5919a26a17ff923699227738fdf9e8d4244810fb63258f2a2
diff --git a/dev-python/pbs-installer/pbs-installer-2025.01.06.ebuild b/dev-python/pbs-installer/pbs-installer-2025.01.06.ebuild
new file mode 100644
index 000000000000..9eda0a2dfbf3
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.01.06.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_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-01-08 9:12 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-01-08 9:12 UTC (permalink / raw
To: gentoo-commits
commit: df59ea8bb750316d35c200574e3c6616c9421916
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 08:31:56 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 09:12:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df59ea8b
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2024.10.16.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index f7ca79ef478a..6633497afb36 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2024.10.16.gh.tar.gz 79499 BLAKE2B 749a0ecc54a4df1e5989eee54b874b92bd7592307fe9bc0a13aa77dea96dcec8b6ff7b5fcfd10e354eaad21054cbf264c718fa7d692c6ee2df348f9217ca89ca SHA512 1b6bfc64bf311d03cf318365b1d16968ac599b40b247970477d6555791407bc104813bd60f82e30d88a13cd37873fef269a98640ee301f86028e6ddf7d097958
DIST pbs-installer-2024.12.19.gh.tar.gz 82721 BLAKE2B b6a6ed17b4d1e55d9160361f45d4f15b3f8f12a6fa97208a2428c0c9b7f3b3f46e846f01d03539df86f5a4b109623a12133169880445aa386623b3f9e74935c3 SHA512 481ce48d4ba823d13e6c488aa146725e7406baf7f1d42a8561273d69311174e032930fa5d4d9c4f6edd3ce9ea866320e0266763a2b8b8456ed2f052149eb892a
diff --git a/dev-python/pbs-installer/pbs-installer-2024.10.16.ebuild b/dev-python/pbs-installer/pbs-installer-2024.10.16.ebuild
deleted file mode 100644
index c2bbf1f95bc4..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2024.10.16.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-02-07 5:45 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-02-07 5:45 UTC (permalink / raw
To: gentoo-commits
commit: a235e7f0d792de94c4fea1aa2fe8dcf7b314472f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 05:19:41 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 05:25:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a235e7f0
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2024.12.19.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index d1d143c86821..0170164203d2 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2024.12.19.gh.tar.gz 82721 BLAKE2B b6a6ed17b4d1e55d9160361f45d4f15b3f8f12a6fa97208a2428c0c9b7f3b3f46e846f01d03539df86f5a4b109623a12133169880445aa386623b3f9e74935c3 SHA512 481ce48d4ba823d13e6c488aa146725e7406baf7f1d42a8561273d69311174e032930fa5d4d9c4f6edd3ce9ea866320e0266763a2b8b8456ed2f052149eb892a
DIST pbs-installer-2025.01.06.gh.tar.gz 82694 BLAKE2B 171754b6b2d8ce99618e0f241188a8565332fcbd0bdf29ea2b52ec874780adce0c563ae464a2c7a4f74c1fe06d9d334e61b91fa4e50380160403a228ebc55d56 SHA512 f3b150acbfcf64dc6ad1ec1915744b9e1663ef4e13b78e65d6d259e6bf6d844e93a0c432109c6eb5919a26a17ff923699227738fdf9e8d4244810fb63258f2a2
diff --git a/dev-python/pbs-installer/pbs-installer-2024.12.19.ebuild b/dev-python/pbs-installer/pbs-installer-2024.12.19.ebuild
deleted file mode 100644
index c2bbf1f95bc4..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2024.12.19.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-02-07 5:45 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-02-07 5:45 UTC (permalink / raw
To: gentoo-commits
commit: b7b824af1baaa1d03c51669f0ba1e0feac92fe77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 05:21:03 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 05:25:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b824af
dev-python/pbs-installer: Bump to 2025.02.05
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.02.05.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0170164203d2..0fec45d3af8b 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.01.06.gh.tar.gz 82694 BLAKE2B 171754b6b2d8ce99618e0f241188a8565332fcbd0bdf29ea2b52ec874780adce0c563ae464a2c7a4f74c1fe06d9d334e61b91fa4e50380160403a228ebc55d56 SHA512 f3b150acbfcf64dc6ad1ec1915744b9e1663ef4e13b78e65d6d259e6bf6d844e93a0c432109c6eb5919a26a17ff923699227738fdf9e8d4244810fb63258f2a2
+DIST pbs-installer-2025.02.05.gh.tar.gz 84182 BLAKE2B 1202e066d50228ea32b307449c9bcfabb0d174cc655b831cec9443a94aebbac9123dabb58b02f49a9cd4f813b634ecebd7bcadae2f7967bedae9b152911e3713 SHA512 7075c2083832d294150ff6b5448e5ad4a90da678ab301192d672ef02e5bff872d327e63603aa6d8e283b065b9190d1f46cc73705c71079cab5fa7c80aefc3657
diff --git a/dev-python/pbs-installer/pbs-installer-2025.02.05.ebuild b/dev-python/pbs-installer/pbs-installer-2025.02.05.ebuild
new file mode 100644
index 000000000000..9eda0a2dfbf3
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.02.05.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_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-02-14 5:19 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-02-14 5:19 UTC (permalink / raw
To: gentoo-commits
commit: d784689cea958b5b5b9e7ec2f4aab1e83eb77dfe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 05:02:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 05:19:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d784689c
dev-python/pbs-installer: Bump to 2025.02.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.02.12.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 6901fef5ab64..1414324aee6f 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.02.05.gh.tar.gz 84182 BLAKE2B 1202e066d50228ea32b307449c9bcfabb0d174cc655b831cec9443a94aebbac9123dabb58b02f49a9cd4f813b634ecebd7bcadae2f7967bedae9b152911e3713 SHA512 7075c2083832d294150ff6b5448e5ad4a90da678ab301192d672ef02e5bff872d327e63603aa6d8e283b065b9190d1f46cc73705c71079cab5fa7c80aefc3657
+DIST pbs-installer-2025.02.12.gh.tar.gz 84756 BLAKE2B e2b9063f36b0e53877dbf88536194c89a74ea4abaeeecf823caf95d98a680608f1e4b673fde6d528b69e55dc81a9b5533065ea79f3262ba33dd9453d7656fdd8 SHA512 9f342684f4338dd1dd9b409a31d0cf2626d444f3222adbcf9fc93c54e79f8870d07804265a0935c139ae9c5261bed76225fe22aa36d3736fb511a024dc174a91
diff --git a/dev-python/pbs-installer/pbs-installer-2025.02.12.ebuild b/dev-python/pbs-installer/pbs-installer-2025.02.12.ebuild
new file mode 100644
index 000000000000..9eda0a2dfbf3
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.02.12.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_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-02-14 5:19 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-02-14 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 95c905512bacf3122c993b1688992600262f728b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 05:02:20 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 05:19:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c90551
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.01.06.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0fec45d3af8b..6901fef5ab64 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.01.06.gh.tar.gz 82694 BLAKE2B 171754b6b2d8ce99618e0f241188a8565332fcbd0bdf29ea2b52ec874780adce0c563ae464a2c7a4f74c1fe06d9d334e61b91fa4e50380160403a228ebc55d56 SHA512 f3b150acbfcf64dc6ad1ec1915744b9e1663ef4e13b78e65d6d259e6bf6d844e93a0c432109c6eb5919a26a17ff923699227738fdf9e8d4244810fb63258f2a2
DIST pbs-installer-2025.02.05.gh.tar.gz 84182 BLAKE2B 1202e066d50228ea32b307449c9bcfabb0d174cc655b831cec9443a94aebbac9123dabb58b02f49a9cd4f813b634ecebd7bcadae2f7967bedae9b152911e3713 SHA512 7075c2083832d294150ff6b5448e5ad4a90da678ab301192d672ef02e5bff872d327e63603aa6d8e283b065b9190d1f46cc73705c71079cab5fa7c80aefc3657
diff --git a/dev-python/pbs-installer/pbs-installer-2025.01.06.ebuild b/dev-python/pbs-installer/pbs-installer-2025.01.06.ebuild
deleted file mode 100644
index 9eda0a2dfbf3..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.01.06.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-03-13 7:20 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-03-13 7:20 UTC (permalink / raw
To: gentoo-commits
commit: abe9e1518e69374bf882b1de67597f8337edeff6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 06:53:21 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 06:53:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe9e151
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.02.05.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 1414324aee6f..9b4193536291 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.02.05.gh.tar.gz 84182 BLAKE2B 1202e066d50228ea32b307449c9bcfabb0d174cc655b831cec9443a94aebbac9123dabb58b02f49a9cd4f813b634ecebd7bcadae2f7967bedae9b152911e3713 SHA512 7075c2083832d294150ff6b5448e5ad4a90da678ab301192d672ef02e5bff872d327e63603aa6d8e283b065b9190d1f46cc73705c71079cab5fa7c80aefc3657
DIST pbs-installer-2025.02.12.gh.tar.gz 84756 BLAKE2B e2b9063f36b0e53877dbf88536194c89a74ea4abaeeecf823caf95d98a680608f1e4b673fde6d528b69e55dc81a9b5533065ea79f3262ba33dd9453d7656fdd8 SHA512 9f342684f4338dd1dd9b409a31d0cf2626d444f3222adbcf9fc93c54e79f8870d07804265a0935c139ae9c5261bed76225fe22aa36d3736fb511a024dc174a91
diff --git a/dev-python/pbs-installer/pbs-installer-2025.02.05.ebuild b/dev-python/pbs-installer/pbs-installer-2025.02.05.ebuild
deleted file mode 100644
index 9eda0a2dfbf3..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.02.05.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-03-13 7:20 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-03-13 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 2d73f6ddd2361252e2a3a175c79ac713bd3ea86b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 06:53:56 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 06:53:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d73f6dd
dev-python/pbs-installer: Bump to 2025.03.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.03.11.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 9b4193536291..ad8aec634dbd 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.02.12.gh.tar.gz 84756 BLAKE2B e2b9063f36b0e53877dbf88536194c89a74ea4abaeeecf823caf95d98a680608f1e4b673fde6d528b69e55dc81a9b5533065ea79f3262ba33dd9453d7656fdd8 SHA512 9f342684f4338dd1dd9b409a31d0cf2626d444f3222adbcf9fc93c54e79f8870d07804265a0935c139ae9c5261bed76225fe22aa36d3736fb511a024dc174a91
+DIST pbs-installer-2025.03.11.gh.tar.gz 84837 BLAKE2B 32860346f216907a320881e9107a194870a460f39c51d6a4f4f366119de0717b36a7dbf6a98be99a6aef30212eb48e9e949c1d9ae95642ea7bda34264549cd55 SHA512 5b323d6b1a116516a03843ffcea2e0217c53b7726089ba57f1633dd0072c4217d3d229b32f8a5746f034b54f84be1a0a12bfe3ea6d73ab3fff45c76205230e9f
diff --git a/dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild b/dev-python/pbs-installer/pbs-installer-2025.03.11.ebuild
new file mode 100644
index 000000000000..9eda0a2dfbf3
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.03.11.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_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-03-19 7:32 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-03-19 7:32 UTC (permalink / raw
To: gentoo-commits
commit: e2ef6d70e61e5f9df70fa3038b85128941e05de6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 06:15:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 07:31:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ef6d70
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.02.12.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index ad8aec634dbd..40a407ba27dd 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.02.12.gh.tar.gz 84756 BLAKE2B e2b9063f36b0e53877dbf88536194c89a74ea4abaeeecf823caf95d98a680608f1e4b673fde6d528b69e55dc81a9b5533065ea79f3262ba33dd9453d7656fdd8 SHA512 9f342684f4338dd1dd9b409a31d0cf2626d444f3222adbcf9fc93c54e79f8870d07804265a0935c139ae9c5261bed76225fe22aa36d3736fb511a024dc174a91
DIST pbs-installer-2025.03.11.gh.tar.gz 84837 BLAKE2B 32860346f216907a320881e9107a194870a460f39c51d6a4f4f366119de0717b36a7dbf6a98be99a6aef30212eb48e9e949c1d9ae95642ea7bda34264549cd55 SHA512 5b323d6b1a116516a03843ffcea2e0217c53b7726089ba57f1633dd0072c4217d3d229b32f8a5746f034b54f84be1a0a12bfe3ea6d73ab3fff45c76205230e9f
diff --git a/dev-python/pbs-installer/pbs-installer-2025.02.12.ebuild b/dev-python/pbs-installer/pbs-installer-2025.02.12.ebuild
deleted file mode 100644
index 9eda0a2dfbf3..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.02.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-03-19 7:32 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-03-19 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 9d15ef04834349a22bd2ffaa8551ea488b04ad62
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 06:15:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 07:31:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d15ef04
dev-python/pbs-installer: Bump to 2025.03.17
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.03.17.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 40a407ba27dd..a1900c109a2b 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.03.11.gh.tar.gz 84837 BLAKE2B 32860346f216907a320881e9107a194870a460f39c51d6a4f4f366119de0717b36a7dbf6a98be99a6aef30212eb48e9e949c1d9ae95642ea7bda34264549cd55 SHA512 5b323d6b1a116516a03843ffcea2e0217c53b7726089ba57f1633dd0072c4217d3d229b32f8a5746f034b54f84be1a0a12bfe3ea6d73ab3fff45c76205230e9f
+DIST pbs-installer-2025.03.17.gh.tar.gz 84857 BLAKE2B 84a53ba5257817ae877dc2e65ddeb0cdcc10b88ed72888a773986d66bc349fcfb8892bb8974cc5b81fdf8d5e295771da0fcb21822537bd6ede14f669ad883535 SHA512 8ab4f418c9415ce6395334147a982fe6d04bd0952f33a859a67346c6666c00fdae92d200849fbeb13c7e03fba1c088b04d31a6dbbee5adf44b812a32659624c0
diff --git a/dev-python/pbs-installer/pbs-installer-2025.03.17.ebuild b/dev-python/pbs-installer/pbs-installer-2025.03.17.ebuild
new file mode 100644
index 000000000000..9eda0a2dfbf3
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.03.17.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_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-04-10 3:15 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-04-10 3:15 UTC (permalink / raw
To: gentoo-commits
commit: a0aa77fe4687d7d19a5e5770e469946063d582e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 10 03:10:49 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 10 03:10:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0aa77fe
dev-python/pbs-installer: Bump to 2025.04.09
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.04.09.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index a1900c109a2b..353f44df2bee 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1,3 @@
DIST pbs-installer-2025.03.11.gh.tar.gz 84837 BLAKE2B 32860346f216907a320881e9107a194870a460f39c51d6a4f4f366119de0717b36a7dbf6a98be99a6aef30212eb48e9e949c1d9ae95642ea7bda34264549cd55 SHA512 5b323d6b1a116516a03843ffcea2e0217c53b7726089ba57f1633dd0072c4217d3d229b32f8a5746f034b54f84be1a0a12bfe3ea6d73ab3fff45c76205230e9f
DIST pbs-installer-2025.03.17.gh.tar.gz 84857 BLAKE2B 84a53ba5257817ae877dc2e65ddeb0cdcc10b88ed72888a773986d66bc349fcfb8892bb8974cc5b81fdf8d5e295771da0fcb21822537bd6ede14f669ad883535 SHA512 8ab4f418c9415ce6395334147a982fe6d04bd0952f33a859a67346c6666c00fdae92d200849fbeb13c7e03fba1c088b04d31a6dbbee5adf44b812a32659624c0
+DIST pbs-installer-2025.04.09.gh.tar.gz 88038 BLAKE2B cdd7abd128d369b85041e27c1b0c728af0e64f1efc7b879b682abea1df6f5a2e124fa2f22e697624b3d8a604956fccd594394d426e262c4e7c2c30918bd85a1f SHA512 089aae49a2eb1c9e46f0c47f84497068e6f47bff85840991c6b4cafbda60f6ddddd6e91ea9decedbf93afdbf55499e7fd01dbf04908e42cda634a29654bc7d4b
diff --git a/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild b/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild
new file mode 100644
index 000000000000..9eda0a2dfbf3
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.04.09.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_{10..13} )
+
+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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-05-21 5:38 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-05-21 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 4446f9764dbf71ecf1c2d03cee14f42693a56373
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 05:06:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 21 05:38:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4446f976
dev-python/pbs-installer: Bump to 2025.05.17
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.05.17.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 1f27bb8bc546..d6f6a8804d04 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.04.09.gh.tar.gz 88038 BLAKE2B cdd7abd128d369b85041e27c1b0c728af0e64f1efc7b879b682abea1df6f5a2e124fa2f22e697624b3d8a604956fccd594394d426e262c4e7c2c30918bd85a1f SHA512 089aae49a2eb1c9e46f0c47f84497068e6f47bff85840991c6b4cafbda60f6ddddd6e91ea9decedbf93afdbf55499e7fd01dbf04908e42cda634a29654bc7d4b
+DIST pbs-installer-2025.05.17.gh.tar.gz 88009 BLAKE2B 8bc50bbfede74827f1a0dac03c9aa13c4af4a1f0ba7bb4dc4b513701cf2f5c41223439c6961c59a5d2c7aaa9807c11f5cf0dfdfe5bd93520bacc3376f91f0fa5 SHA512 472d7e8119ac0660c0b840c3eeb0175dae225341143790b0cc9f1b378f6faa67e9a03b84b84d4c93eb6d42c443e1f19a5d5b7abffb358becd1761a9e2e643b33
diff --git a/dev-python/pbs-installer/pbs-installer-2025.05.17.ebuild b/dev-python/pbs-installer/pbs-installer-2025.05.17.ebuild
new file mode 100644
index 000000000000..f50e7c78c738
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.05.17.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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-05 3:42 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-05 3:42 UTC (permalink / raw
To: gentoo-commits
commit: d450575f0818b968d836d52e10ebf274083e6028
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 03:02:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 03:42:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d450575f
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.04.09.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index d6f6a8804d04..84885ebd79e5 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.04.09.gh.tar.gz 88038 BLAKE2B cdd7abd128d369b85041e27c1b0c728af0e64f1efc7b879b682abea1df6f5a2e124fa2f22e697624b3d8a604956fccd594394d426e262c4e7c2c30918bd85a1f SHA512 089aae49a2eb1c9e46f0c47f84497068e6f47bff85840991c6b4cafbda60f6ddddd6e91ea9decedbf93afdbf55499e7fd01dbf04908e42cda634a29654bc7d4b
DIST pbs-installer-2025.05.17.gh.tar.gz 88009 BLAKE2B 8bc50bbfede74827f1a0dac03c9aa13c4af4a1f0ba7bb4dc4b513701cf2f5c41223439c6961c59a5d2c7aaa9807c11f5cf0dfdfe5bd93520bacc3376f91f0fa5 SHA512 472d7e8119ac0660c0b840c3eeb0175dae225341143790b0cc9f1b378f6faa67e9a03b84b84d4c93eb6d42c443e1f19a5d5b7abffb358becd1761a9e2e643b33
diff --git a/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild b/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild
deleted file mode 100644
index 9eda0a2dfbf3..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.04.09.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_{10..13} )
-
-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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-05 3:42 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-05 3:42 UTC (permalink / raw
To: gentoo-commits
commit: 9a9e483bf7818ca00a4dcb30a1a060c6fda41fe5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 03:02:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 03:42:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9e483b
dev-python/pbs-installer: Bump to 2025.06.04
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.06.04.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 84885ebd79e5..e5504dd1d964 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.05.17.gh.tar.gz 88009 BLAKE2B 8bc50bbfede74827f1a0dac03c9aa13c4af4a1f0ba7bb4dc4b513701cf2f5c41223439c6961c59a5d2c7aaa9807c11f5cf0dfdfe5bd93520bacc3376f91f0fa5 SHA512 472d7e8119ac0660c0b840c3eeb0175dae225341143790b0cc9f1b378f6faa67e9a03b84b84d4c93eb6d42c443e1f19a5d5b7abffb358becd1761a9e2e643b33
+DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild
new file mode 100644
index 000000000000..f50e7c78c738
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.06.04.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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-07 6:13 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-07 6:13 UTC (permalink / raw
To: gentoo-commits
commit: 1055f6e199397f9a1184316403caccc140a6fd99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 04:38:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 06:13:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1055f6e1
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.05.17.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index e5504dd1d964..70e9b011b99c 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.05.17.gh.tar.gz 88009 BLAKE2B 8bc50bbfede74827f1a0dac03c9aa13c4af4a1f0ba7bb4dc4b513701cf2f5c41223439c6961c59a5d2c7aaa9807c11f5cf0dfdfe5bd93520bacc3376f91f0fa5 SHA512 472d7e8119ac0660c0b840c3eeb0175dae225341143790b0cc9f1b378f6faa67e9a03b84b84d4c93eb6d42c443e1f19a5d5b7abffb358becd1761a9e2e643b33
DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1
diff --git a/dev-python/pbs-installer/pbs-installer-2025.05.17.ebuild b/dev-python/pbs-installer/pbs-installer-2025.05.17.ebuild
deleted file mode 100644
index f50e7c78c738..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.05.17.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-07 6:13 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-07 6:13 UTC (permalink / raw
To: gentoo-commits
commit: f472ee59d945e90096caea1ffa9c704e399f9d8d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 04:38:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 06:13:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f472ee59
dev-python/pbs-installer: Bump to 2025.06.06
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.06.06.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 70e9b011b99c..56ced7167d5a 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1
+DIST pbs-installer-2025.06.06.gh.tar.gz 89918 BLAKE2B a0c5d07aef5313c2303068672cd7134296ff5b7775041bf3d624d5b28db087fcef88e232ec0755f09a0318a188e2eb4e5d2506e6461ff5c8193cdb95b7982023 SHA512 10b2661cb78487b2437e276a923629df8384a96d7c19ac6cfd9fff555543ba3b0a1e7ac11afce20c4e51cc74209472356af9d7dc1f9c668536574e09fe931237
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild
new file mode 100644
index 000000000000..f50e7c78c738
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.06.06.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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-11 6:22 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-11 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 98f84fe787133def201b5e42bb4456ad3c6acc02
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 05:07:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 06:22:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f84fe7
dev-python/pbs-installer: Bump to 2025.06.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.06.10.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 56ced7167d5a..0bbdd74548cb 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1,3 @@
DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1
DIST pbs-installer-2025.06.06.gh.tar.gz 89918 BLAKE2B a0c5d07aef5313c2303068672cd7134296ff5b7775041bf3d624d5b28db087fcef88e232ec0755f09a0318a188e2eb4e5d2506e6461ff5c8193cdb95b7982023 SHA512 10b2661cb78487b2437e276a923629df8384a96d7c19ac6cfd9fff555543ba3b0a1e7ac11afce20c4e51cc74209472356af9d7dc1f9c668536574e09fe931237
+DIST pbs-installer-2025.06.10.gh.tar.gz 89952 BLAKE2B aa1cef6c0aaab68542194c9ba8a22d3e143ffa39242f5aad8a6870e0aeaabfc57f934424154ce56c223444f3c62a6a638275921fd47ab57e78d9041da35ba5fe SHA512 73997a7f880b0b6f4bef9d119eb48df0b5ab36d365180a9da0fee65fe48ceeacc93fb9707adc95f2c3a5545fbe3360ae24b12ae31631e91c385eb90f11683f86
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.10.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.10.ebuild
new file mode 100644
index 000000000000..f50e7c78c738
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.06.10.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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-13 4:16 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-13 4:16 UTC (permalink / raw
To: gentoo-commits
commit: eb5e9ab634be00d8e5ec64dacc6bf45308b1a8c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 03:49:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 03:49:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5e9ab6
dev-python/pbs-installer: Bump to 2025.06.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.06.12.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0a4695ed1aa7..2b66ce7e7315 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.06.10.gh.tar.gz 89952 BLAKE2B aa1cef6c0aaab68542194c9ba8a22d3e143ffa39242f5aad8a6870e0aeaabfc57f934424154ce56c223444f3c62a6a638275921fd47ab57e78d9041da35ba5fe SHA512 73997a7f880b0b6f4bef9d119eb48df0b5ab36d365180a9da0fee65fe48ceeacc93fb9707adc95f2c3a5545fbe3360ae24b12ae31631e91c385eb90f11683f86
+DIST pbs-installer-2025.06.12.gh.tar.gz 90512 BLAKE2B f0c4bea960d2f3b72060f12dfd8a0058192c3f72193fbb49f2579f6ba7d514c8012869cd6f5c1adf6dbd724b2ce6d484df79813e1f2b9cff3db84a9927d78283 SHA512 87346139f818822a1693ae495d693a8ee0e683757ed27e17325fd4b7704541a401a5dd71464976846902735887aeef298ec8d3c063c7d47645ed0a4f7b64b3a2
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.12.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.12.ebuild
new file mode 100644
index 000000000000..f50e7c78c738
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.06.12.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"
+
+BDEPEND="
+ dev-python/zstandard[${PYTHON_USEDEP}]
+"
+
+# upstream does not provide any tests
+RESTRICT=test
+
+python_configure_all() {
+ export PDM_BUILD_SCM_VERSION=${PV}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-13 4:16 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-13 4:16 UTC (permalink / raw
To: gentoo-commits
commit: b30138e9120ea36c819e359064f797c5b019acfd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 03:49:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 03:49:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30138e9
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 2 --
.../pbs-installer/pbs-installer-2025.06.04.ebuild | 35 ----------------------
.../pbs-installer/pbs-installer-2025.06.06.ebuild | 35 ----------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0bbdd74548cb..0a4695ed1aa7 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,3 +1 @@
-DIST pbs-installer-2025.06.04.gh.tar.gz 91286 BLAKE2B 7385e60a8f0f6b183fb46d015c48925bb81de66f65af322828a87245f53b53d191b5546a314ae91bc82d6baae527e6a2994f3aec861a586328b93b83297df189 SHA512 72e14cce3c689cbb5a961021b3eca1bf2d340c27e61faada9954b98b482dc9a4a2337230c2cd1a7a487c16f10725e454edec5a7dd75febae06f1b69cccddffb1
-DIST pbs-installer-2025.06.06.gh.tar.gz 89918 BLAKE2B a0c5d07aef5313c2303068672cd7134296ff5b7775041bf3d624d5b28db087fcef88e232ec0755f09a0318a188e2eb4e5d2506e6461ff5c8193cdb95b7982023 SHA512 10b2661cb78487b2437e276a923629df8384a96d7c19ac6cfd9fff555543ba3b0a1e7ac11afce20c4e51cc74209472356af9d7dc1f9c668536574e09fe931237
DIST pbs-installer-2025.06.10.gh.tar.gz 89952 BLAKE2B aa1cef6c0aaab68542194c9ba8a22d3e143ffa39242f5aad8a6870e0aeaabfc57f934424154ce56c223444f3c62a6a638275921fd47ab57e78d9041da35ba5fe SHA512 73997a7f880b0b6f4bef9d119eb48df0b5ab36d365180a9da0fee65fe48ceeacc93fb9707adc95f2c3a5545fbe3360ae24b12ae31631e91c385eb90f11683f86
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild
deleted file mode 100644
index f50e7c78c738..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.04.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild
deleted file mode 100644
index f50e7c78c738..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.06.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-28 5:08 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-28 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 7f7b8e2b66db2ec12f79302bf6f4bc9dceae945f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 04:29:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 05:08:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7b8e2b
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.06.10.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 2b66ce7e7315..6fb02d90dfd1 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.06.10.gh.tar.gz 89952 BLAKE2B aa1cef6c0aaab68542194c9ba8a22d3e143ffa39242f5aad8a6870e0aeaabfc57f934424154ce56c223444f3c62a6a638275921fd47ab57e78d9041da35ba5fe SHA512 73997a7f880b0b6f4bef9d119eb48df0b5ab36d365180a9da0fee65fe48ceeacc93fb9707adc95f2c3a5545fbe3360ae24b12ae31631e91c385eb90f11683f86
DIST pbs-installer-2025.06.12.gh.tar.gz 90512 BLAKE2B f0c4bea960d2f3b72060f12dfd8a0058192c3f72193fbb49f2579f6ba7d514c8012869cd6f5c1adf6dbd724b2ce6d484df79813e1f2b9cff3db84a9927d78283 SHA512 87346139f818822a1693ae495d693a8ee0e683757ed27e17325fd4b7704541a401a5dd71464976846902735887aeef298ec8d3c063c7d47645ed0a4f7b64b3a2
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.10.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.10.ebuild
deleted file mode 100644
index f50e7c78c738..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-BDEPEND="
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-
-# upstream does not provide any tests
-RESTRICT=test
-
-python_configure_all() {
- export PDM_BUILD_SCM_VERSION=${PV}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-06-28 5:08 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-06-28 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 165180af803c48bac38d2e1c69a1fd6e9766beb2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 04:29:47 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 05:08:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165180af
dev-python/pbs-installer: Bump to 2025.06.26
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.06.26.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 6fb02d90dfd1..37a23211c6dc 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.06.12.gh.tar.gz 90512 BLAKE2B f0c4bea960d2f3b72060f12dfd8a0058192c3f72193fbb49f2579f6ba7d514c8012869cd6f5c1adf6dbd724b2ce6d484df79813e1f2b9cff3db84a9927d78283 SHA512 87346139f818822a1693ae495d693a8ee0e683757ed27e17325fd4b7704541a401a5dd71464976846902735887aeef298ec8d3c063c7d47645ed0a4f7b64b3a2
+DIST pbs-installer-2025.06.26.gh.tar.gz 90533 BLAKE2B 831f762e320fd7930c4d59f5ddafc423e5218cc1bec8ceb34b45694eb37a304deab39548ab21b95b754a7e25499f89c964f547f8c7c3ae3fbf82a08000a0ce78 SHA512 be386e129c03bdd4410b6ddfc20f2077f3bc68fc487521ea3119c3a0f17d9c86694e740074302f364433744792011d2868a4997df6c90c73abff2274bc6f701b
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.26.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.26.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.06.26.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-01 2:28 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-01 2:28 UTC (permalink / raw
To: gentoo-commits
commit: 1020a92446150fc6012ba530998626d51382908f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 1 02:09:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 02:26:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1020a924
dev-python/pbs-installer: Bump to 2025.06.30
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.06.30.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 4da00e39c21d..b9c767fcb5d6 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.06.26.gh.tar.gz 90533 BLAKE2B 831f762e320fd7930c4d59f5ddafc423e5218cc1bec8ceb34b45694eb37a304deab39548ab21b95b754a7e25499f89c964f547f8c7c3ae3fbf82a08000a0ce78 SHA512 be386e129c03bdd4410b6ddfc20f2077f3bc68fc487521ea3119c3a0f17d9c86694e740074302f364433744792011d2868a4997df6c90c73abff2274bc6f701b
+DIST pbs-installer-2025.06.30.gh.tar.gz 90780 BLAKE2B f6ab4645b02842727d8cb40c748919ee57debff29806fb5e73587a6e5873b4c58233eb07a7c722626f4b2c8841fb53f13fe9b8b629ff24efc11b13b4e012881c SHA512 d790533534ceb49ec2b2e076f5a71911cacf2021410d3e4073261350bec1500885c65e5c75259e08424970e340f1258bb394ee3e28b0e827deea18aecfb08125
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.06.30.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-01 2:28 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-01 2:28 UTC (permalink / raw
To: gentoo-commits
commit: d37f8f0387f4e5b093d2ea95779c08f65e6e2483
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 1 02:07:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 02:26:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37f8f03
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.06.12.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 37a23211c6dc..4da00e39c21d 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.06.12.gh.tar.gz 90512 BLAKE2B f0c4bea960d2f3b72060f12dfd8a0058192c3f72193fbb49f2579f6ba7d514c8012869cd6f5c1adf6dbd724b2ce6d484df79813e1f2b9cff3db84a9927d78283 SHA512 87346139f818822a1693ae495d693a8ee0e683757ed27e17325fd4b7704541a401a5dd71464976846902735887aeef298ec8d3c063c7d47645ed0a4f7b64b3a2
DIST pbs-installer-2025.06.26.gh.tar.gz 90533 BLAKE2B 831f762e320fd7930c4d59f5ddafc423e5218cc1bec8ceb34b45694eb37a304deab39548ab21b95b754a7e25499f89c964f547f8c7c3ae3fbf82a08000a0ce78 SHA512 be386e129c03bdd4410b6ddfc20f2077f3bc68fc487521ea3119c3a0f17d9c86694e740074302f364433744792011d2868a4997df6c90c73abff2274bc6f701b
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.12.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.12.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-03 2:28 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-03 2:28 UTC (permalink / raw
To: gentoo-commits
commit: 9edb85e4ce72d01450ec5d65263618e77b92bb13
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 3 02:02:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 3 02:28:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edb85e4
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.06.26.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index b9c767fcb5d6..19868e8a6ece 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.06.26.gh.tar.gz 90533 BLAKE2B 831f762e320fd7930c4d59f5ddafc423e5218cc1bec8ceb34b45694eb37a304deab39548ab21b95b754a7e25499f89c964f547f8c7c3ae3fbf82a08000a0ce78 SHA512 be386e129c03bdd4410b6ddfc20f2077f3bc68fc487521ea3119c3a0f17d9c86694e740074302f364433744792011d2868a4997df6c90c73abff2274bc6f701b
DIST pbs-installer-2025.06.30.gh.tar.gz 90780 BLAKE2B f6ab4645b02842727d8cb40c748919ee57debff29806fb5e73587a6e5873b4c58233eb07a7c722626f4b2c8841fb53f13fe9b8b629ff24efc11b13b4e012881c SHA512 d790533534ceb49ec2b2e076f5a71911cacf2021410d3e4073261350bec1500885c65e5c75259e08424970e340f1258bb394ee3e28b0e827deea18aecfb08125
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.26.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.26.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.26.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-03 2:28 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-03 2:28 UTC (permalink / raw
To: gentoo-commits
commit: 14cd9b06425b8ce430fd3db78f7446f5a8981f6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 3 02:03:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 3 02:28:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cd9b06
dev-python/pbs-installer: Bump to 2025.07.02
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.07.02.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 19868e8a6ece..1a8040ac077d 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.06.30.gh.tar.gz 90780 BLAKE2B f6ab4645b02842727d8cb40c748919ee57debff29806fb5e73587a6e5873b4c58233eb07a7c722626f4b2c8841fb53f13fe9b8b629ff24efc11b13b4e012881c SHA512 d790533534ceb49ec2b2e076f5a71911cacf2021410d3e4073261350bec1500885c65e5c75259e08424970e340f1258bb394ee3e28b0e827deea18aecfb08125
+DIST pbs-installer-2025.07.02.gh.tar.gz 90802 BLAKE2B c92e28fbf2b28c6cb11803a898a3b18225cc8d2a5ff7ddf21b0e51fe1301ad46a0694e1cf4cccb0fc7234637aaacb6e1c19f0915f977565d2a46c7b08b695f16 SHA512 d03ec1f0ec446ce1d7d27566141ac4575cce803f2372be9eb6da61963e4f7f2a07ee88a544ca6362d0f6599f510841d7a36d3faa75fbb0a61c7486bfe3a71b61
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.02.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.02.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.07.02.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-10 2:37 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-10 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 566794d0bf1a70ef2f0c9f3c1795ff482e9aa8d5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 01:44:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 01:44:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566794d0
dev-python/pbs-installer: Bump to 2025.07.08
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.07.08.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0e3048a888c9..bade4d860d71 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.07.02.gh.tar.gz 90802 BLAKE2B c92e28fbf2b28c6cb11803a898a3b18225cc8d2a5ff7ddf21b0e51fe1301ad46a0694e1cf4cccb0fc7234637aaacb6e1c19f0915f977565d2a46c7b08b695f16 SHA512 d03ec1f0ec446ce1d7d27566141ac4575cce803f2372be9eb6da61963e4f7f2a07ee88a544ca6362d0f6599f510841d7a36d3faa75fbb0a61c7486bfe3a71b61
+DIST pbs-installer-2025.07.08.gh.tar.gz 91062 BLAKE2B 57ad3032247b8e625662e905703dad092fd3f3395ddf0de02cf630a6edd0b2fa74c190766c87105047e92b71162c404088ea20c0d452e340a5d1a5b264a7114e SHA512 8899d96793c6c1ab3c540ca60c57c59298baca6793aa2af7243f5866e0936f7e0d269f049f541ea3d97eca307809c7e6122af0409bf4e09ba800da2ace81cc07
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.07.08.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-10 2:37 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-10 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 073ee73e74615a0c1f615175de6c234d186c675d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 01:43:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 01:43:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073ee73e
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.06.30.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 1a8040ac077d..0e3048a888c9 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.06.30.gh.tar.gz 90780 BLAKE2B f6ab4645b02842727d8cb40c748919ee57debff29806fb5e73587a6e5873b4c58233eb07a7c722626f4b2c8841fb53f13fe9b8b629ff24efc11b13b4e012881c SHA512 d790533534ceb49ec2b2e076f5a71911cacf2021410d3e4073261350bec1500885c65e5c75259e08424970e340f1258bb394ee3e28b0e827deea18aecfb08125
DIST pbs-installer-2025.07.02.gh.tar.gz 90802 BLAKE2B c92e28fbf2b28c6cb11803a898a3b18225cc8d2a5ff7ddf21b0e51fe1301ad46a0694e1cf4cccb0fc7234637aaacb6e1c19f0915f977565d2a46c7b08b695f16 SHA512 d03ec1f0ec446ce1d7d27566141ac4575cce803f2372be9eb6da61963e4f7f2a07ee88a544ca6362d0f6599f510841d7a36d3faa75fbb0a61c7486bfe3a71b61
diff --git a/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild b/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.06.30.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-13 3:05 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-13 3:05 UTC (permalink / raw
To: gentoo-commits
commit: e3aa93b60728fb416336329c7687aa27b64a0a10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 03:01:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 03:01:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3aa93b6
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.07.02.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index bade4d860d71..da956b4fde53 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.07.02.gh.tar.gz 90802 BLAKE2B c92e28fbf2b28c6cb11803a898a3b18225cc8d2a5ff7ddf21b0e51fe1301ad46a0694e1cf4cccb0fc7234637aaacb6e1c19f0915f977565d2a46c7b08b695f16 SHA512 d03ec1f0ec446ce1d7d27566141ac4575cce803f2372be9eb6da61963e4f7f2a07ee88a544ca6362d0f6599f510841d7a36d3faa75fbb0a61c7486bfe3a71b61
DIST pbs-installer-2025.07.08.gh.tar.gz 91062 BLAKE2B 57ad3032247b8e625662e905703dad092fd3f3395ddf0de02cf630a6edd0b2fa74c190766c87105047e92b71162c404088ea20c0d452e340a5d1a5b264a7114e SHA512 8899d96793c6c1ab3c540ca60c57c59298baca6793aa2af7243f5866e0936f7e0d269f049f541ea3d97eca307809c7e6122af0409bf4e09ba800da2ace81cc07
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.02.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.02.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.07.02.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-13 3:05 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-13 3:05 UTC (permalink / raw
To: gentoo-commits
commit: 8906c8471a99c1bb2776ab8e9c87b0ac7485359d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 03:01:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 03:01:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906c847
dev-python/pbs-installer: Bump to 2025.07.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.07.12.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index da956b4fde53..e3fe1f062e38 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.07.08.gh.tar.gz 91062 BLAKE2B 57ad3032247b8e625662e905703dad092fd3f3395ddf0de02cf630a6edd0b2fa74c190766c87105047e92b71162c404088ea20c0d452e340a5d1a5b264a7114e SHA512 8899d96793c6c1ab3c540ca60c57c59298baca6793aa2af7243f5866e0936f7e0d269f049f541ea3d97eca307809c7e6122af0409bf4e09ba800da2ace81cc07
+DIST pbs-installer-2025.07.12.gh.tar.gz 91100 BLAKE2B 1ed8dbec8b8ea6d799b03e1ed7ca282bfdeb6fdf8fc865b2d1b10e9f49aa8fd40f56b9ca3ce66f2c03f82114ea06dd11688595604c97b694060ed3c765e050bf SHA512 15632e567e7989b451ebde8d9d32803510cf5e8c26fb2844d794cf85fe34342145b5846fcdceeb3489f2163cf31852b9d7c0239c58d068cd310452818217457f
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.12.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.12.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.07.12.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-24 3:36 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-24 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 55cf05be65a21e81bc6d4e23cb4e0e72a9c482dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 03:10:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 03:10:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cf05be
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.07.08.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index e3fe1f062e38..fa479b2c5661 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.07.08.gh.tar.gz 91062 BLAKE2B 57ad3032247b8e625662e905703dad092fd3f3395ddf0de02cf630a6edd0b2fa74c190766c87105047e92b71162c404088ea20c0d452e340a5d1a5b264a7114e SHA512 8899d96793c6c1ab3c540ca60c57c59298baca6793aa2af7243f5866e0936f7e0d269f049f541ea3d97eca307809c7e6122af0409bf4e09ba800da2ace81cc07
DIST pbs-installer-2025.07.12.gh.tar.gz 91100 BLAKE2B 1ed8dbec8b8ea6d799b03e1ed7ca282bfdeb6fdf8fc865b2d1b10e9f49aa8fd40f56b9ca3ce66f2c03f82114ea06dd11688595604c97b694060ed3c765e050bf SHA512 15632e567e7989b451ebde8d9d32803510cf5e8c26fb2844d794cf85fe34342145b5846fcdceeb3489f2163cf31852b9d7c0239c58d068cd310452818217457f
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.07.08.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-07-24 3:36 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-07-24 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 354ae0934b358b738c31eed70ea3c5edb1bf147e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 03:11:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 03:11:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354ae093
dev-python/pbs-installer: Bump to 2025.07.23
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.07.23.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index fa479b2c5661..07346d88a1e5 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.07.12.gh.tar.gz 91100 BLAKE2B 1ed8dbec8b8ea6d799b03e1ed7ca282bfdeb6fdf8fc865b2d1b10e9f49aa8fd40f56b9ca3ce66f2c03f82114ea06dd11688595604c97b694060ed3c765e050bf SHA512 15632e567e7989b451ebde8d9d32803510cf5e8c26fb2844d794cf85fe34342145b5846fcdceeb3489f2163cf31852b9d7c0239c58d068cd310452818217457f
+DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B 9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9 SHA512 04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.07.23.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-08 5:39 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-08 5:39 UTC (permalink / raw
To: gentoo-commits
commit: 9e7fae748c75d5a4018196604b8020366e2e7dbe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 8 05:17:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 05:38:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7fae74
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.07.12.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 07346d88a1e5..f16bfe8ade10 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.07.12.gh.tar.gz 91100 BLAKE2B 1ed8dbec8b8ea6d799b03e1ed7ca282bfdeb6fdf8fc865b2d1b10e9f49aa8fd40f56b9ca3ce66f2c03f82114ea06dd11688595604c97b694060ed3c765e050bf SHA512 15632e567e7989b451ebde8d9d32803510cf5e8c26fb2844d794cf85fe34342145b5846fcdceeb3489f2163cf31852b9d7c0239c58d068cd310452818217457f
DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B 9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9 SHA512 04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.12.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.12.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.07.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-08 5:39 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-08 5:39 UTC (permalink / raw
To: gentoo-commits
commit: 061f7e7b06ccafad2117d0f621133ee4e2b241e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 8 05:18:20 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 05:38:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061f7e7b
dev-python/pbs-installer: Bump to 2025.08.07
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.08.07.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index f16bfe8ade10..0a08840b5405 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B 9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9 SHA512 04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438
+DIST pbs-installer-2025.08.07.gh.tar.gz 91785 BLAKE2B c7debccec65773d42f08c05c7cc22a39d5e4adca3ea4827f8507c448b685420e89264c3c335ae87841921410574127aaf69ee629d0ce53c6d84299dbfde0ece8 SHA512 d438fcc14e645df484b6eb0ac6ef5c274a4a1ebf81451e3b7d5893e877577cf6ad80e2879c6ab3345c69c0ff30d187cc54aee529ac2ef6bd4647278058738d1e
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.07.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.07.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.07.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-09 5:47 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-09 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 763d22e3ab0c7a1e38441568bca46c048feec504
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 05:18:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 05:18:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763d22e3
dev-python/pbs-installer: Bump to 2025.08.08
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.08.08.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 8ead34c5e0a4..d0ce5a4bf42e 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.08.07.gh.tar.gz 91785 BLAKE2B c7debccec65773d42f08c05c7cc22a39d5e4adca3ea4827f8507c448b685420e89264c3c335ae87841921410574127aaf69ee629d0ce53c6d84299dbfde0ece8 SHA512 d438fcc14e645df484b6eb0ac6ef5c274a4a1ebf81451e3b7d5893e877577cf6ad80e2879c6ab3345c69c0ff30d187cc54aee529ac2ef6bd4647278058738d1e
+DIST pbs-installer-2025.08.08.gh.tar.gz 91778 BLAKE2B 348dd70c255d769de49f023aea5b1a0cd7bae1791109443b943fcabfd8a4bd472194ce924971f44c1afa28d6764589ff261b2f976c4d7f0af9798db34fc61682 SHA512 07d39cecc1d09d2988c85b0459d89232292ec934839cc8b5fa43115157ef101231ef493afa769bf2cfe67154ffe9c87d5f36d4b2f5c1fdabb2326e779c2e8076
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.08.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.08.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.08.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-09 5:47 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-09 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 4d856ae3c3215dc04d42fa6737999eb6f39f3711
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 05:18:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 05:18:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d856ae3
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.07.23.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0a08840b5405..8ead34c5e0a4 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.07.23.gh.tar.gz 91068 BLAKE2B 9e04b2ed5b110688cb9825c9242c5c31bb30bfbba9d853fcd770fd7f9e41b03847fbf849205560dfe0f7a03595c0a18e49551017d478e2a06f941206b65a6eb9 SHA512 04c7ff7eea02800198541ae44f50f2c2ef1f9a66f04c85fdcd1ec5afd824a439911b0370d03be67ece72dd9157bfcad307ae5a451c512f6f9b98c44f0fe6d438
DIST pbs-installer-2025.08.07.gh.tar.gz 91785 BLAKE2B c7debccec65773d42f08c05c7cc22a39d5e4adca3ea4827f8507c448b685420e89264c3c335ae87841921410574127aaf69ee629d0ce53c6d84299dbfde0ece8 SHA512 d438fcc14e645df484b6eb0ac6ef5c274a4a1ebf81451e3b7d5893e877577cf6ad80e2879c6ab3345c69c0ff30d187cc54aee529ac2ef6bd4647278058738d1e
diff --git a/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild b/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.07.23.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-13 14:21 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-13 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 8903b958588b760911b99d72eea97d2e866ee6dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 14:17:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 14:21:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8903b958
dev-python/pbs-installer: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/pbs-installer/metadata.xml b/dev-python/pbs-installer/metadata.xml
index 10fd06206281..7ccc21811a7f 100644
--- a/dev-python/pbs-installer/metadata.xml
+++ b/dev-python/pbs-installer/metadata.xml
@@ -5,6 +5,11 @@
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">pbs-installer</remote-id>
<remote-id type="github">frostming/pbs-installer</remote-id>
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-13 14:21 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-13 14:21 UTC (permalink / raw
To: gentoo-commits
commit: a428a6abaee60abd919f5d44d2dae6486b8658d6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 14:17:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 14:21:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a428a6ab
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.08.07.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index d0ce5a4bf42e..b8069841f54f 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.08.07.gh.tar.gz 91785 BLAKE2B c7debccec65773d42f08c05c7cc22a39d5e4adca3ea4827f8507c448b685420e89264c3c335ae87841921410574127aaf69ee629d0ce53c6d84299dbfde0ece8 SHA512 d438fcc14e645df484b6eb0ac6ef5c274a4a1ebf81451e3b7d5893e877577cf6ad80e2879c6ab3345c69c0ff30d187cc54aee529ac2ef6bd4647278058738d1e
DIST pbs-installer-2025.08.08.gh.tar.gz 91778 BLAKE2B 348dd70c255d769de49f023aea5b1a0cd7bae1791109443b943fcabfd8a4bd472194ce924971f44c1afa28d6764589ff261b2f976c4d7f0af9798db34fc61682 SHA512 07d39cecc1d09d2988c85b0459d89232292ec934839cc8b5fa43115157ef101231ef493afa769bf2cfe67154ffe9c87d5f36d4b2f5c1fdabb2326e779c2e8076
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.07.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.07.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.08.07.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-15 3:30 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-15 3:30 UTC (permalink / raw
To: gentoo-commits
commit: ce50c2320ca1d70f466f5b77b4d9233a37c0284c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 03:04:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 03:11:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce50c232
dev-python/pbs-installer: Bump to 2025.08.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.08.14.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index b8069841f54f..b806fc0f3844 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.08.08.gh.tar.gz 91778 BLAKE2B 348dd70c255d769de49f023aea5b1a0cd7bae1791109443b943fcabfd8a4bd472194ce924971f44c1afa28d6764589ff261b2f976c4d7f0af9798db34fc61682 SHA512 07d39cecc1d09d2988c85b0459d89232292ec934839cc8b5fa43115157ef101231ef493afa769bf2cfe67154ffe9c87d5f36d4b2f5c1fdabb2326e779c2e8076
+DIST pbs-installer-2025.08.14.gh.tar.gz 91760 BLAKE2B 2c501130847c128cc8dd816eb1ef543954ff88f1d3d1e5dfc6e1413e0380c5f10978004a7aae65af07108af41b9189f52ac8570e233e4dcbf705a3a3a7ca0033 SHA512 b5d80eaa3c365624c41772b857d2406a700ed82f9c63c04e2fb1bb524cbdace40e4272505ecf28242d63b947b0a3cf627bb0172b5611dfc9fc8961f97461134f
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.14.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.14.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.14.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-19 2:41 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-19 2:41 UTC (permalink / raw
To: gentoo-commits
commit: a4db2019cbe096ff84157ee398b2e4ce76d83dca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 02:17:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 02:41:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4db2019
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.08.08.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index b806fc0f3844..0be40ef90d16 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.08.08.gh.tar.gz 91778 BLAKE2B 348dd70c255d769de49f023aea5b1a0cd7bae1791109443b943fcabfd8a4bd472194ce924971f44c1afa28d6764589ff261b2f976c4d7f0af9798db34fc61682 SHA512 07d39cecc1d09d2988c85b0459d89232292ec934839cc8b5fa43115157ef101231ef493afa769bf2cfe67154ffe9c87d5f36d4b2f5c1fdabb2326e779c2e8076
DIST pbs-installer-2025.08.14.gh.tar.gz 91760 BLAKE2B 2c501130847c128cc8dd816eb1ef543954ff88f1d3d1e5dfc6e1413e0380c5f10978004a7aae65af07108af41b9189f52ac8570e233e4dcbf705a3a3a7ca0033 SHA512 b5d80eaa3c365624c41772b857d2406a700ed82f9c63c04e2fb1bb524cbdace40e4272505ecf28242d63b947b0a3cf627bb0172b5611dfc9fc8961f97461134f
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.08.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.08.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.08.08.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-19 2:41 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-19 2:41 UTC (permalink / raw
To: gentoo-commits
commit: 7fecac99b6cb23beb2f0bc8e6a11342b9149d1bb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 02:17:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 02:41:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fecac99
dev-python/pbs-installer: Bump to 2025.08.18
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.08.18.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 0be40ef90d16..db0cd2289483 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.08.14.gh.tar.gz 91760 BLAKE2B 2c501130847c128cc8dd816eb1ef543954ff88f1d3d1e5dfc6e1413e0380c5f10978004a7aae65af07108af41b9189f52ac8570e233e4dcbf705a3a3a7ca0033 SHA512 b5d80eaa3c365624c41772b857d2406a700ed82f9c63c04e2fb1bb524cbdace40e4272505ecf28242d63b947b0a3cf627bb0172b5611dfc9fc8961f97461134f
+DIST pbs-installer-2025.08.18.gh.tar.gz 92435 BLAKE2B 82723d9097c6083340de8d53476f5ba4befcff5aa25c0c10b577f39767324c55f4bda2d4dcce685f2df5ca2d25b854d63aca2eb5e8cd54e2f30d69abf3ed4fe9 SHA512 63c0365d25812b13893a3ff7863e23f3551067b752e1114df26f5ba44d479c7a789cb81e37df5fb3a1ed5e97700e3ce7472733daaac2c3176c42cbe3c4f700c2
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.18.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.18.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-27 2:44 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-27 2:44 UTC (permalink / raw
To: gentoo-commits
commit: f31d5306bb82bbb60f163ebe6dea9976ce22fc58
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 27 02:17:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 27 02:17:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31d5306
dev-python/pbs-installer: Bump to 2025.08.27
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.08.27.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 2711f82c18ca..a3be5661681c 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
DIST pbs-installer-2025.08.18.gh.tar.gz 92435 BLAKE2B 82723d9097c6083340de8d53476f5ba4befcff5aa25c0c10b577f39767324c55f4bda2d4dcce685f2df5ca2d25b854d63aca2eb5e8cd54e2f30d69abf3ed4fe9 SHA512 63c0365d25812b13893a3ff7863e23f3551067b752e1114df26f5ba44d479c7a789cb81e37df5fb3a1ed5e97700e3ce7472733daaac2c3176c42cbe3c4f700c2
+DIST pbs-installer-2025.08.27.gh.tar.gz 92668 BLAKE2B c1ef0b4e43d0f9bb8dff43edc6cd023960e7b91b74fb71f6f7152f37c4a41f2f2d780e31b0d96bf697ae6daa3d1aa43055ed4fd6d73772398d21a8ea9711c74e SHA512 a9208a313c8ebf2c561b723d6cfdeccd32be64773dd7e6c782e0cc62557b2ddf658ce1119f925d86f34a4cf530378560384703c270b896740e618a7fa41c069c
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.27.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-27 2:44 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-27 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 0a4c7954ec1a021cbf774955e44ea9ac23e2b60b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 27 02:16:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 27 02:16:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4c7954
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.08.14.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index db0cd2289483..2711f82c18ca 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.08.14.gh.tar.gz 91760 BLAKE2B 2c501130847c128cc8dd816eb1ef543954ff88f1d3d1e5dfc6e1413e0380c5f10978004a7aae65af07108af41b9189f52ac8570e233e4dcbf705a3a3a7ca0033 SHA512 b5d80eaa3c365624c41772b857d2406a700ed82f9c63c04e2fb1bb524cbdace40e4272505ecf28242d63b947b0a3cf627bb0172b5611dfc9fc8961f97461134f
DIST pbs-installer-2025.08.18.gh.tar.gz 92435 BLAKE2B 82723d9097c6083340de8d53476f5ba4befcff5aa25c0c10b577f39767324c55f4bda2d4dcce685f2df5ca2d25b854d63aca2eb5e8cd54e2f30d69abf3ed4fe9 SHA512 63c0365d25812b13893a3ff7863e23f3551067b752e1114df26f5ba44d479c7a789cb81e37df5fb3a1ed5e97700e3ce7472733daaac2c3176c42cbe3c4f700c2
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.14.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.14.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.08.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-29 5:27 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-29 5:27 UTC (permalink / raw
To: gentoo-commits
commit: 312a105fa66c9d4a092c47e6f2c3bc38f194e465
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 05:19:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 05:19:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312a105f
dev-python/pbs-installer: Bump to 2025.08.28
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.08.28.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 9ba90be95766..5ad62dc93044 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.28.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.28.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.28.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-08-29 5:27 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-08-29 5:27 UTC (permalink / raw
To: gentoo-commits
commit: 64fcc2067b8fee3c6d883b300baeac020edfe92b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 05:18:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 05:18:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fcc206
dev-python/pbs-installer: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 -
.../pbs-installer/pbs-installer-2025.08.18.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index a3be5661681c..9ba90be95766 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1 @@
-DIST pbs-installer-2025.08.18.gh.tar.gz 92435 BLAKE2B 82723d9097c6083340de8d53476f5ba4befcff5aa25c0c10b577f39767324c55f4bda2d4dcce685f2df5ca2d25b854d63aca2eb5e8cd54e2f30d69abf3ed4fe9 SHA512 63c0365d25812b13893a3ff7863e23f3551067b752e1114df26f5ba44d479c7a789cb81e37df5fb3a1ed5e97700e3ce7472733daaac2c3176c42cbe3c4f700c2
DIST pbs-installer-2025.08.27.gh.tar.gz 92668 BLAKE2B c1ef0b4e43d0f9bb8dff43edc6cd023960e7b91b74fb71f6f7152f37c4a41f2f2d780e31b0d96bf697ae6daa3d1aa43055ed4fd6d73772398d21a8ea9711c74e SHA512 a9208a313c8ebf2c561b723d6cfdeccd32be64773dd7e6c782e0cc62557b2ddf658ce1119f925d86f34a4cf530378560384703c270b896740e618a7fa41c069c
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.18.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.18.ebuild
deleted file mode 100644
index 272948979211..000000000000
--- a/dev-python/pbs-installer/pbs-installer-2025.08.18.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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}
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-09-03 4:57 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-09-03 4:57 UTC (permalink / raw
To: gentoo-commits
commit: 59863d73c05e7a6e75cd3f9cd9f8439b1f9f18a0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 3 04:38:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 3 04:57:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59863d73
dev-python/pbs-installer: Bump to 2025.09.02
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.09.02.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index 5ad62dc93044..8a508c92cc88 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -1,2 +1,3 @@
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
diff --git a/dev-python/pbs-installer/pbs-installer-2025.09.02.ebuild b/dev-python/pbs-installer/pbs-installer-2025.09.02.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.09.02.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-09-06 21:12 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2025-09-06 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 4f461817a0c347ede3bcf3be980f72effcb5855f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 21:11:15 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 21:11:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f461817
dev-python/pbs-installer: Stabilize 2025.08.27 amd64, #958898
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild b/dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild
index 272948979211..64b8a0e4fc90 100644
--- a/dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild
+++ b/dev-python/pbs-installer/pbs-installer-2025.08.27.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
BDEPEND="
dev-python/zstandard[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-09-20 6:02 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-09-20 6:02 UTC (permalink / raw
To: gentoo-commits
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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
@ 2025-10-08 6:26 Michał Górny
0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2025-10-08 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 1debeb23042d3c38ffce9a414059c24cab2bd494
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 8 04:48:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 8 06:25:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1debeb23
dev-python/pbs-installer: Bump to 2025.10.07
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pbs-installer/Manifest | 1 +
.../pbs-installer/pbs-installer-2025.10.07.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest
index e2109747af14..30caa9a17c2d 100644
--- a/dev-python/pbs-installer/Manifest
+++ b/dev-python/pbs-installer/Manifest
@@ -2,3 +2,4 @@ DIST pbs-installer-2025.08.27.gh.tar.gz 92668 BLAKE2B c1ef0b4e43d0f9bb8dff43edc6
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
+DIST pbs-installer-2025.10.07.gh.tar.gz 94098 BLAKE2B af4bc8cd06f65f591f7f681d57cd2b7fb93df309853d0becc5606920e86cfb3caaba15a8c8f6f6f0c787d5cd78a3065616638f4cc5d0cb2de596b09ee9205169 SHA512 3fd9da55a34f2f1df105ce8b5fa00f5f5e8b9a35bf59fec017f2089d7756ba9dabe146885abd4b0401877bc1749616df0509d38bd83a53c0b67816e92477b87e
diff --git a/dev-python/pbs-installer/pbs-installer-2025.10.07.ebuild b/dev-python/pbs-installer/pbs-installer-2025.10.07.ebuild
new file mode 100644
index 000000000000..272948979211
--- /dev/null
+++ b/dev-python/pbs-installer/pbs-installer-2025.10.07.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}
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
end of thread, other threads:[~2025-10-08 6:26 UTC | newest]
Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-13 3:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox