From 290aebdea65a02557706eaeda477fef0437b6a48 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 11:50:53 -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 deletions(-) delete mode 100644 dev-python/setproctitle/Manifest delete mode 100644 dev-python/setproctitle/metadata.xml delete 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 deleted file mode 100644 index 8d1d2630208c..000000000000 --- a/dev-python/setproctitle/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index acfe7097587e..000000000000 --- a/dev-python/setproctitle/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - 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 deleted file mode 100644 index 60cf14f3a04f..000000000000 --- a/dev-python/setproctitle/setproctitle-1.3.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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