repo/gentoo:master commit in: dev-python/unearth/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786777647.1f701d27d4d6617049a6d42524c2260f8860329f.mgorny@gentoo> |
commit: 1f701d27d4d6617049a6d42524c2260f8860329f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 05:46:27 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 07:07:27 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f701d27
dev-python/unearth: Bump to 0.18.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/unearth/Manifest | 2 ++
dev-python/unearth/unearth-0.18.3.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 41e88bafb280..e7a4ba1ed889 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,4 @@
DIST unearth-0.18.2.tar.gz 285169 BLAKE2B 53e1d714276ee6c456b8d21ab12fe6abfa816dc3f8c407279f680d85e85a9a71f7e3ab841a24728a7d26a580f2bc032b2875bfe3943c500af7344ac973e27365 SHA512 a6e676ffc5ea543184ba17f7b5e355dc346147d1584fe850eea7adb69fff4e0df88d47fd8e1c0d9264f188a385d22e0759fd73d278efa9c1d6048976dad3531f
DIST unearth-0.18.2.tar.gz.provenance 9710 BLAKE2B 6fd70dd262848f23979b7e17c90a7f4b240ec86727c0c46f899035b715b8f29d5cd7281747be578ca43e0a6295331deaec1d8ebbd64f45d542271cd6f3f8c9b1 SHA512 9f1c515d3be2b4c391a544d042ad4843833a8ad714ba7b987a570b738af578facd03c71181a1a4b7ef72117ce0ff768aef2f0d1ecdd6b9c7e7e8229aecbd1c7b
+DIST unearth-0.18.3.tar.gz 286202 BLAKE2B c219a8bec7727e58884be2d4c96affca9cd3c20c4124e418221976b7cdd303ac04348b38c5c888bc573276602c7efd30f63cb40fae356057f6b8c2adeef52b74 SHA512 454babbb4c6a847b767e2c4fcadb92c5b827b54a2bfb2d3eb5316f2ab80d0f91d369f04d5adcd8c5468ab6a6880f1ef56185140ea0b4dd8fedd8ce33374b6a8f
+DIST unearth-0.18.3.tar.gz.provenance 9787 BLAKE2B c782cd84fb5f5e532e8fe85cbcc54de4749f976a0416a0257b44dc445f258b9954daef0a6fa2cd7abbe6475ec5f68c01ad43bb5365cdfae71a3b093118aaa37b SHA512 b7b9dcc36d3a6694ca19b78ba02374b2e07fcea72e786a669b4a892c6f785294527dcd6fd85c654422b650f8e2441972caa121595604a6ce9ff97d646ab54178
diff --git a/dev-python/unearth/unearth-0.18.3.ebuild b/dev-python/unearth/unearth-0.18.3.ebuild
new file mode 100644
index 000000000000..828f2da88de4
--- /dev/null
+++ b/dev-python/unearth/unearth-0.18.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023-2026 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=( python3_{12..15} )
+
+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