commit: 80aabd5096993c76c9800453fe7d7a51dd315844 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 05:55:13 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 05:56:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80aabd50
dev-python/wrapio: treeclean Bug: https://bugs.gentoo.org/931440 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-python/wrapio/Manifest | 1 - dev-python/wrapio/metadata.xml | 12 ------------ dev-python/wrapio/wrapio-2.0.0.ebuild | 18 ------------------ 3 files changed, 31 deletions(-) diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest deleted file mode 100644 index 4556e129a..000000000 --- a/dev-python/wrapio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wrapio-2.0.0.tar.gz 5197 BLAKE2B 1fc6bc0792b0a14b4c39bf9be85baa33580e98535d44d2aae726713a838e99b0b8e3ce69d17242843a754966dc6fc502452a8c095079b785f622883620ed9a68 SHA512 ae15cf05c7689a738514f4c6bd815bdbc90b6929a1da958486cd3b0bd5ee7055fa13d7e8edccbff6cb5fdf07088ddad316d9cd42e2d2e97fe56687b8f73cc84c diff --git a/dev-python/wrapio/metadata.xml b/dev-python/wrapio/metadata.xml deleted file mode 100644 index 1dde81290..000000000 --- a/dev-python/wrapio/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>cea...@gentoo.org</email> - <description>Primary maintainer</description> -</maintainer> -<upstream> - <remote-id type="github">Exahilosys/wrapio</remote-id> - <remote-id type="pypi">wrapio</remote-id> -</upstream> -</pkgmetadata> diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild deleted file mode 100644 index fd567c875..000000000 --- a/dev-python/wrapio/wrapio-2.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2022 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="Handling event-based streams in Python" -HOMEPAGE=" - https://github.com/Exahilosys/wrapio - https://pypi.org/project/wrapio/ - " - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86"