From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 917CA15800A for ; Fri, 21 Jul 2023 22:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911B8E0960; Fri, 21 Jul 2023 22:57:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78023E0960 for ; Fri, 21 Jul 2023 22:57:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9E37340AE4 for ; Fri, 21 Jul 2023 22:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2386FBED for ; Fri, 21 Jul 2023 22:57:25 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1689980239.5b8eb450cb7077a0e0e8f04d8e39cfcfb6e9dbcf.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unearth/Manifest dev-python/unearth/metadata.xml dev-python/unearth/unearth-0.10.0.ebuild X-VCS-Directories: dev-python/unearth/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5b8eb450cb7077a0e0e8f04d8e39cfcfb6e9dbcf X-VCS-Branch: master Date: Fri, 21 Jul 2023 22:57:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df43d876-9723-4247-9810-9c55d32a7ca7 X-Archives-Hash: b1847b890e8a2971d64fb1fe367691e5 commit: 5b8eb450cb7077a0e0e8f04d8e39cfcfb6e9dbcf Author: Patrick McLean gentoo org> AuthorDate: Fri Jul 21 21:54:31 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Jul 21 22:57:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8eb450 dev-python/unearth: new package, add 0.10.0 Signed-off-by: Patrick McLean gentoo.org> dev-python/unearth/Manifest | 1 + dev-python/unearth/metadata.xml | 15 +++++++++++++++ dev-python/unearth/unearth-0.10.0.ebuild | 33 ++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest new file mode 100644 index 000000000000..bf545b1dc31d --- /dev/null +++ b/dev-python/unearth/Manifest @@ -0,0 +1 @@ +DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9 SHA512 98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131 diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml new file mode 100644 index 000000000000..112da0f56f24 --- /dev/null +++ b/dev-python/unearth/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + chutzpah@gentoo.org + Patrick McLean + + + + unearth + + diff --git a/dev-python/unearth/unearth-0.10.0.ebuild b/dev-python/unearth/unearth-0.10.0.ebuild new file mode 100644 index 000000000000..313a864aa056 --- /dev/null +++ b/dev-python/unearth/unearth-0.10.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2023 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..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A utility to fetch and download python packages" +HOMEPAGE=" + https://pypi.org/project/unearth/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-httpserver[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest