From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/setproctitle/Manifest | 1 + dev-python/setproctitle/metadata.xml | 9 +++++++ dev-python/setproctitle/setproctitle-1.3.7.ebuild | 32 +++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/setproctitle/Manifest create mode 100644 dev-python/setproctitle/metadata.xml create mode 100644 dev-python/setproctitle/setproctitle-1.3.7.ebuild (limited to 'dev-python/setproctitle') diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest new file mode 100644 index 000000000000..8d1d2630208c --- /dev/null +++ b/dev-python/setproctitle/Manifest @@ -0,0 +1 @@ +DIST setproctitle-1.3.7.tar.gz 27002 BLAKE2B 4c750e871ab1e68ee1cfe2c575b99b94dd3d3bd99e6ee1c934c7b9b23f73bee09dcd207d665eeec79182a25295c4ade1e15107808fce911433be4d2c26017731 SHA512 b801a6291bf0b29c3b73f0fa3ce5e34949626abdd45a785c8806be582383525a576876c0b37f41fd6fa809256bd70cfcb64ba6a3609bb83a5387b4a4cf0a191d diff --git a/dev-python/setproctitle/metadata.xml b/dev-python/setproctitle/metadata.xml new file mode 100644 index 000000000000..acfe7097587e --- /dev/null +++ b/dev-python/setproctitle/metadata.xml @@ -0,0 +1,9 @@ + + + + + python@gentoo.org + Python + + baldeagleos-repo + diff --git a/dev-python/setproctitle/setproctitle-1.3.7.ebuild b/dev-python/setproctitle/setproctitle-1.3.7.ebuild new file mode 100644 index 000000000000..60cf14f3a04f --- /dev/null +++ b/dev-python/setproctitle/setproctitle-1.3.7.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# The package has a fallback implementation which is a noop but warns +# if the extensions weren't built, so we always build them. +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Allow customization of the process title" +HOMEPAGE=" + https://github.com/dvarrazzo/py-setproctitle/ + https://pypi.org/project/setproctitle/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + # remove the override that makes extension builds non-fatal + sed -i -e '/cmdclass/d' setup.py || die +} -- cgit v1.3.1