public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/
Date: Wed, 15 Oct 2025 18:11:08 +0000 (UTC)	[thread overview]
Message-ID: <1760551860.5ee52c18e0bfda2bf5627cb7934e84cd8e63d5c0.mgorny@gentoo> (raw)

commit:     5ee52c18e0bfda2bf5627cb7934e84cd8e63d5c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 17:20:30 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 18:11:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee52c18

dev-python/unearth: Bump to 0.18.1

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

 dev-python/unearth/Manifest              |  2 ++
 dev-python/unearth/unearth-0.18.1.ebuild | 37 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 6e6566e030c7..f04ce65cfbf7 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -2,3 +2,5 @@ DIST unearth-0.17.5.tar.gz 284542 BLAKE2B 091813721c1d2218a75cf47c5cf07a818e9f21
 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
+DIST unearth-0.18.1.tar.gz 285044 BLAKE2B 492d3bdd4eb56a007c9fa8efa095e6f6f4ab6c10099923de69ec90543d4cfbb8b5581716976d652ab0fe3be93d98e78fc200ad53ee143270892dc558b5f7be40 SHA512 0e48b0830eedea887fad992c7a4209b95f59e26da96775dfe40e143d808f58a2cf8dc6f0e97b950659802f99b180f353731527fbfd7061fb3bda46a0f36214c5
+DIST unearth-0.18.1.tar.gz.provenance 9219 BLAKE2B 1142df01d1b06245b78ca8aa1cf100a7270f86b635edab92c5e1f7030b6e285af02d93d8884b28acd29574dac9026adfe7f652db9b0cff973efb3a5b9d20c03c SHA512 9790c25b42c153faebc8e7ea15b4b54696df650173b1453a1ec583f9a03c4eea2c640b18a812c457d06bbe0be69250bfd67ed687c5486f0b8c0b5e794c1d3a14

diff --git a/dev-python/unearth/unearth-0.18.1.ebuild b/dev-python/unearth/unearth-0.18.1.ebuild
new file mode 100644
index 000000000000..0363bc91964e
--- /dev/null
+++ b/dev-python/unearth/unearth-0.18.1.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


             reply	other threads:[~2025-10-15 18:12 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15 18:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-14  6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/ Michał Górny
2025-09-06 16:34 Michał Górny
2025-09-06 16:34 Michał Górny
2025-09-06 16:34 Michał Górny
2025-05-04 19:23 Michał Górny
2025-04-09  7:40 Michał Górny
2025-04-09  7:40 Michał Górny
2025-03-17  7:31 Michał Górny
2025-03-17  7:31 Michał Górny
2025-02-28 13:18 Michał Górny
2024-09-03  5:23 Michał Górny
2024-09-03  5:23 Michał Górny
2024-08-21  3:14 Michał Górny
2024-08-21  3:14 Michał Górny
2024-08-15  3:47 Michał Górny
2024-07-12  2:33 Michał Górny
2024-07-03  3:44 Michał Górny
2024-07-03  3:44 Michał Górny
2024-06-25  8:01 Michał Górny
2024-06-05  4:51 Michał Górny
2024-06-05  4:51 Michał Górny
2024-06-05  4:51 Michał Górny
2024-05-27 15:11 Michał Górny
2024-04-19  2:44 Michał Górny
2024-04-19  2:44 Michał Górny
2024-03-28  5:55 Michał Górny
2024-03-20 19:21 Michał Górny
2024-02-26 14:25 Michał Górny
2024-01-16  7:02 Michał Górny
2024-01-15  7:18 Michał Górny
2023-11-25  6:17 Michał Górny
2023-11-23 19:48 Michał Górny
2023-10-25  7:43 Michał Górny
2023-10-20 12:26 Michał Górny
2023-10-18  5:06 Michał Górny
2023-09-21  9:54 Michał Górny
2023-09-21  9:54 Michał Górny
2023-07-21 22:57 Patrick McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1760551860.5ee52c18e0bfda2bf5627cb7934e84cd8e63d5c0.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox