commit: 65406183c23ff99126ab733612325e9c6aad3cc9 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 05:54:17 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 05:56:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65406183
dev-python/sdnotify: treeclean Bug: https://bugs.gentoo.org/931420 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-python/sdnotify/Manifest | 1 - dev-python/sdnotify/metadata.xml | 12 ------------ dev-python/sdnotify/sdnotify-0.3.2.ebuild | 25 ------------------------- 3 files changed, 38 deletions(-) diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest deleted file mode 100644 index 73384e074..000000000 --- a/dev-python/sdnotify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml deleted file mode 100644 index 768e83c1b..000000000 --- a/dev-python/sdnotify/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <description>Primary maintainer</description> -</maintainer> -<upstream> - <remote-id type="github">bb4242/sdnotify</remote-id> - <remote-id type="pypi">sdnotify</remote-id> -</upstream> -</pkgmetadata> diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild deleted file mode 100644 index 49b840923..000000000 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="Python implementation of the systemd sd_notify protocol" -HOMEPAGE=" - https://github.com/bb4242/sdnotify - https://pypi.org/project/sdnotify/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -python_prepare_all() { - # Fix QA warning. No point in reporting upstream, the project seems abandoned - sed 's/description-file/description_file/' -i setup.cfg - - distutils-r1_python_prepare_all -}
