diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest deleted file mode 100644 index bf545b1..0000000 --- a/dev-python/unearth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9 SHA512 98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131 diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml deleted file mode 100644 index 405624d..0000000 --- a/dev-python/unearth/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - holgersson@posteo.de - Nils Freydank - - - unearth - frostming/unearth - - diff --git a/dev-python/unearth/unearth-0.10.0.ebuild b/dev-python/unearth/unearth-0.10.0.ebuild deleted file mode 100644 index 054813a..0000000 --- a/dev-python/unearth/unearth-0.10.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{11..12} ) -inherit distutils-r1 pypi - -DESCRIPTION="Utility to fetch and download python packages" -HOMEPAGE=" - https://github.com/frostming/unearth - https://pypi.org/project/unearth/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -BDEPEND="" - -distutils_enable_tests pytest