From 85e9aa4b6ca3ad1da1147e6d728e350e11266456 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 9 Apr 2024 00:31:01 +0100 Subject: gentoo auto-resync : 09:04:2024 - 00:31:01 --- dev-python/pbs-installer/Manifest | 3 +++ dev-python/pbs-installer/metadata.xml | 12 +++++++++ .../pbs-installer/pbs-installer-2024.4.1.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-python/pbs-installer/Manifest create mode 100644 dev-python/pbs-installer/metadata.xml create mode 100644 dev-python/pbs-installer/pbs-installer-2024.4.1.ebuild (limited to 'dev-python/pbs-installer') diff --git a/dev-python/pbs-installer/Manifest b/dev-python/pbs-installer/Manifest new file mode 100644 index 000000000000..1f9144215756 --- /dev/null +++ b/dev-python/pbs-installer/Manifest @@ -0,0 +1,3 @@ +DIST pbs-installer-2024.4.1.gh.tar.gz 68006 BLAKE2B 5455b00dd08881e78fbbc9b565e9224ee7d04f17855da9869fcb420fcbf8ee3743e6f21113d406bcfb66e786788735bd1ef2d3bfa30a14a5a74fb2c36e8f3d0a SHA512 407ffc7a7f5430d8f889f32b53614cc2c5e3fb05937905d6b43c7ca9151f3d5cb794bcd60633e4945dc62555cc6575d75e0b7b7a1e5dc0c9f99c2318fada3a10 +EBUILD pbs-installer-2024.4.1.ebuild 656 BLAKE2B 7f3bdaa0ceacf196c2456c99dd146c58451183f22e9a3598d2f9d308b434b57f5d366864c67d9f905653ec845f7382a449cf53c1e65709dae62fef139421b7a9 SHA512 a04491179e2d9b7543ecddfcb30c9384fba78b69c76104c438b47ca086d5df2b3dbb31fcf0446e9956c54324862c8979f2b65db45411f1bfc5111da283c5dc1a +MISC metadata.xml 389 BLAKE2B a37933cd9532954bab2a95cd74e8418c74b1fcf22e1916c39307c7f55e90ec8a086ab923a02111708e81b1a4103c1460a946f11d2f20eb837cc3dbe3386f45b9 SHA512 15f19301b81afb97098afd2174c89f0dd5f0cbe7fc1f7a31d13fc68c11d70d2f9190e1417d3d980503f278c7c3bbc6fc322bd0aeaa3de3da72e6e58190aaf107 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 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + + pbs-installer + frostming/pbs-installer + + 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} +} -- cgit v1.2.3