public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/
Date: Mon,  8 Apr 2024 22:30:36 +0000 (UTC)	[thread overview]
Message-ID: <1712615431.9fc509b2bc5196e38f35f89377d11f067d7d67bc.chutzpah@gentoo> (raw)

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}
+}


             reply	other threads:[~2024-04-08 22:30 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08 22:30 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-16 15:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/pbs-installer/ Arthur Zamarin
2024-05-24 17:42 Patrick McLean
2024-07-11 18:22 Michał Górny
2024-10-17  2:51 Michał Górny
2024-12-28  7:53 Michał Górny
2024-12-28  7:53 Michał Górny
2025-01-08  9:12 Michał Górny
2025-01-08  9:12 Michał Górny
2025-02-07  5:45 Michał Górny
2025-02-07  5:45 Michał Górny
2025-02-14  5:19 Michał Górny
2025-02-14  5:19 Michał Górny
2025-03-13  7:20 Michał Górny
2025-03-13  7:20 Michał Górny
2025-03-19  7:32 Michał Górny
2025-03-19  7:32 Michał Górny
2025-04-10  3:15 Michał Górny
2025-05-21  5:38 Michał Górny
2025-06-05  3:42 Michał Górny
2025-06-05  3:42 Michał Górny
2025-06-07  6:13 Michał Górny
2025-06-07  6:13 Michał Górny
2025-06-11  6:22 Michał Górny
2025-06-13  4:16 Michał Górny
2025-06-13  4:16 Michał Górny
2025-06-28  5:08 Michał Górny
2025-06-28  5:08 Michał Górny
2025-07-01  2:28 Michał Górny
2025-07-01  2:28 Michał Górny
2025-07-03  2:28 Michał Górny
2025-07-03  2:28 Michał Górny
2025-07-10  2:37 Michał Górny
2025-07-10  2:37 Michał Górny
2025-07-13  3:05 Michał Górny
2025-07-13  3:05 Michał Górny
2025-07-24  3:36 Michał Górny
2025-07-24  3:36 Michał Górny
2025-08-08  5:39 Michał Górny
2025-08-08  5:39 Michał Górny
2025-08-09  5:47 Michał Górny
2025-08-09  5:47 Michał Górny
2025-08-13 14:21 Michał Górny
2025-08-13 14:21 Michał Górny
2025-08-15  3:30 Michał Górny
2025-08-19  2:41 Michał Górny
2025-08-19  2:41 Michał Górny
2025-08-27  2:44 Michał Górny
2025-08-27  2:44 Michał Górny
2025-08-29  5:27 Michał Górny
2025-08-29  5:27 Michał Górny
2025-09-03  4:57 Michał Górny
2025-09-06 21:12 Sam James
2025-09-20  6:02 Michał Górny
2025-10-08  6:26 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712615431.9fc509b2bc5196e38f35f89377d11f067d7d67bc.chutzpah@gentoo \
    --to=chutzpah@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox