commit:     8ce2371fb2d950d0e81c561f5ecbdb5de0e9181b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 06:41:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 07:31:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce2371f

dev-python/unearth: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/unearth/Manifest              |  1 -
 dev-python/unearth/unearth-0.17.1.ebuild | 42 --------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 427cbd179973..d530b9e6c2d6 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1 @@
-DIST unearth-0.17.1.tar.gz 284159 BLAKE2B 
55b8f18f06613f0398316bbcadee6b928e6f20fdc978bdde6c0c1ce3b75a46e1cd2734d036302b8b5a98e9ec5a92aa7d00b00ff01ae815149d507cdab2f6dd5f
 SHA512 
3e451d6f40b16520d4a6e1f4ca6f3997bc346f189330c7373089701d9203543f159b5af843aa8144c2b0ca871a84909292b34b5a666e3a0b541fdbc643340050
 DIST unearth-0.17.2.tar.gz 284430 BLAKE2B 
ca55cd4feb50a3803400bc70f499cfb26c6dd951966f0a37cddde5c186a1f91aa3d041f504d1b85cf632478caaf33a9b4da472070fce1e7b51ea1436d1b7b95a
 SHA512 
927ba9004d8e893bb461a0dd8741476e39cabefca47885708b5d155514726946898dd9eb9870d86982b191aeb189490310108fbb2a70e8983dae4974d711384b

diff --git a/dev-python/unearth/unearth-0.17.1.ebuild 
b/dev-python/unearth/unearth-0.17.1.ebuild
deleted file mode 100644
index a135cb39bbf1..000000000000
--- a/dev-python/unearth/unearth-0.17.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-       https://pypi.org/project/unearth/
-       https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-       dev-python/packaging[${PYTHON_USEDEP}]
-       <dev-python/httpx-1[${PYTHON_USEDEP}]
-       >=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/flask[${PYTHON_USEDEP}]
-               dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p pytest_httpserver -p pytest_mock
-}

Reply via email to