summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/unearth/Manifest2
-rw-r--r--dev-python/unearth/unearth-0.18.0.ebuild37
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 43abff1efae0..6e6566e030c7 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,4 @@
DIST unearth-0.17.5.tar.gz 284542 BLAKE2B 091813721c1d2218a75cf47c5cf07a818e9f21b567d5afab25d1585efd77de6a94d3ce14c46b89943ca833e78c2624e90804964b14161c18a45c4ade0a0125ef SHA512 8a4d273c216296ca7d86d0a2aadb0a9626b9cd606819b45dc80b02211d0e6bf11c2903d33a389ca4b10d88b800a94f2cce5349051bd97c5b66d13186c55074b6
DIST unearth-0.17.5.tar.gz.provenance 9059 BLAKE2B 05dd9970903e4c87fdb2b1ece357ad309dce351b7d461ce9409e34a333576fe3c230afcc675997272015c5f25f390f54fa1b6ec19249edd12c2938d5f1674379 SHA512 ffbc09e43ecbdf3260157226e9d1b1a39bed90e20c6b9542ab5531ef853d3c1d3a1ef6a671f3dbfaeb90aec62432d85af266c1b55327e4d690155e85fb6d25d5
+DIST unearth-0.18.0.tar.gz 285062 BLAKE2B abd76a0c697566157fca2dcce3b2957b821b335470cb1742040b8188054f50d23411cb5196604d1c1ef39a0119974408a683e8dca675fe9cb9b67af18e2d37ef SHA512 196c91fa146b0a02cfcf3cf75846e41aa422cf9866847f2575eedb6f45e4a4b451f55e1f8104ac424c384a7e11c6601b4df655ed5db6d48b44b020f96b38df98
+DIST unearth-0.18.0.tar.gz.provenance 9156 BLAKE2B 8c2536d8af2f31a7248b432f6317fbe01314b8a2d61d9a004af905e66ca7af108a6bfdae8e87ab6018e933d123e98185140a30385fd536341b9d98725d4830ec SHA512 9452c562af79fe633619ec61e3b85cef3f82ae9360244dcf320d197945b783f290b2d41d1bd725d02575fc99e2123cc4670512ee1db142f993e38919b4401c66
diff --git a/dev-python/unearth/unearth-0.18.0.ebuild b/dev-python/unearth/unearth-0.18.0.ebuild
new file mode 100644
index 000000000000..0363bc91964e
--- /dev/null
+++ b/dev-python/unearth/unearth-0.18.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYPI_VERIFY_REPO=https://github.com/frostming/unearth
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+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/requests[${PYTHON_USEDEP}]
+ dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+ dev-python/trustme[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-{httpserver,mock} )
+distutils_enable_tests pytest