commit:     c2efcdcc1aaade309d6d5a40fa02c91b99404417
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 19:16:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  4 19:16:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2efcdcc

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.3.ebuild | 42 --------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 7e7ba511600e..f94892f4c9aa 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1 @@
-DIST unearth-0.17.3.tar.gz 284628 BLAKE2B 
c9163afe1a7c57e3d3afc3643ee0e55f0cc71093369c0a7225988f12b945eb8ab3cbb7226bccecca5f1bd2d0423ff3f1342286d6123d12631059321c6886eeff
 SHA512 
c7f68efc2efe11eb85c2b835a021996980e1b839ec6303058ff2e5f4186d3867db1e72e899b28e1fea722b4f1a0c2c33851768b89ef176c44a7c63478b5ea686
 DIST unearth-0.17.5.tar.gz 284542 BLAKE2B 
091813721c1d2218a75cf47c5cf07a818e9f21b567d5afab25d1585efd77de6a94d3ce14c46b89943ca833e78c2624e90804964b14161c18a45c4ade0a0125ef
 SHA512 
8a4d273c216296ca7d86d0a2aadb0a9626b9cd606819b45dc80b02211d0e6bf11c2903d33a389ca4b10d88b800a94f2cce5349051bd97c5b66d13186c55074b6

diff --git a/dev-python/unearth/unearth-0.17.3.ebuild 
b/dev-python/unearth/unearth-0.17.3.ebuild
deleted file mode 100644
index 15f99a42a25b..000000000000
--- a/dev-python/unearth/unearth-0.17.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 pypy3_11 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