dev-python/unearth: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-07-22 17:47:46 +05:00
parent 3a85a7e42e
commit 647b7d7f40
3 changed files with 0 additions and 55 deletions

View File

@@ -1 +0,0 @@
DIST unearth-0.9.0.tar.gz 270152 BLAKE2B 4d5bb2fd1199d74742165b63bcd2e6f2760d919608a76f0d17552e258c2478746f737d01b270fafd019b8739d71071533569c81f5b2c2afbdd34929e3601c721 SHA512 8eed609da6f70855824fee64408a437a58b2531fb58b87ab93587b8a620b611109b82414744f323d961c2c40ad40ae40c5b8d6e44ca5a9caa2c9693da0f529dd

View File

@@ -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>falbrechtskirchinger@gmail.com</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>me@frostming.com</email>
</maintainer>
<doc>https://unearth.readthedocs.io</doc>
<changelog>https://github.com/frostming/unearth/releases</changelog>
</upstream>
</pkgmetadata>

View File

@@ -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