commit: 647b7d7f402db8889cf0a749c32141dbdd35893f Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jul 22 12:47:46 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jul 22 12:53:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=647b7d7f
dev-python/unearth: treeclean duplicate Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/unearth/Manifest | 1 - dev-python/unearth/metadata.xml | 18 ----------------- dev-python/unearth/unearth-0.9.0.ebuild | 36 --------------------------------- 3 files changed, 55 deletions(-) diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest deleted file mode 100644 index 22ef20674..000000000 --- a/dev-python/unearth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unearth-0.9.0.tar.gz 270152 BLAKE2B 4d5bb2fd1199d74742165b63bcd2e6f2760d919608a76f0d17552e258c2478746f737d01b270fafd019b8739d71071533569c81f5b2c2afbdd34929e3601c721 SHA512 8eed609da6f70855824fee64408a437a58b2531fb58b87ab93587b8a620b611109b82414744f323d961c2c40ad40ae40c5b8d6e44ca5a9caa2c9693da0f529dd diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml deleted file mode 100644 index 945e89bf3..000000000 --- a/dev-python/unearth/metadata.xml +++ /dev/null @@ -1,18 +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> - <name>Florian Albrechtskirchinger</name> - </maintainer> - <upstream> - <remote-id type="github">frostming/unearth</remote-id> - <remote-id type="pypi">unearth</remote-id> - <maintainer> - <name>Frost Ming</name> - <email>[email protected]</email> - </maintainer> - <doc>https://unearth.readthedocs.io</doc> - <changelog>https://github.com/frostming/unearth/releases</changelog> - </upstream> -</pkgmetadata> diff --git a/dev-python/unearth/unearth-0.9.0.ebuild b/dev-python/unearth/unearth-0.9.0.ebuild deleted file mode 100644 index c05f0acb8..000000000 --- a/dev-python/unearth/unearth-0.9.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A utility to fetch and download python packages" -HOMEPAGE=" - https://github.com/frostming/unearth/ - https://pypi.org/project/unearth/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" - -BDEPEND=" - ${RDEPEND} - test? ( - dev-python/pytest-httpserver[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}] - dev-python/trustme[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest
