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 605A6158090 for ; Fri, 27 Sep 2024 09:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92ACCE29F9; Fri, 27 Sep 2024 09:42:56 +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 7F084E29F9 for ; Fri, 27 Sep 2024 09:42:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B88E73430E8 for ; Fri, 27 Sep 2024 09:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F6B1EF3 for ; Fri, 27 Sep 2024 09:42:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1727430166.4655e5dafc68238f64b00aa4e1282169fa1bc14d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/id/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/id/Manifest dev-python/id/id-1.4.0.ebuild dev-python/id/metadata.xml X-VCS-Directories: dev-python/id/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4655e5dafc68238f64b00aa4e1282169fa1bc14d X-VCS-Branch: master Date: Fri, 27 Sep 2024 09:42:54 +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: 7f442c1e-d4bc-42b7-bfa9-a4e46ca3492d X-Archives-Hash: f9945d638f6f7940b4789f746afaef91 commit: 4655e5dafc68238f64b00aa4e1282169fa1bc14d Author: Michał Górny gentoo org> AuthorDate: Fri Sep 27 09:35:59 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 27 09:42:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4655e5da dev-python/id: New package, v1.4.0, dep of sigstore Signed-off-by: Michał Górny gentoo.org> dev-python/id/Manifest | 1 + dev-python/id/id-1.4.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ dev-python/id/metadata.xml | 12 ++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/id/Manifest b/dev-python/id/Manifest new file mode 100644 index 000000000000..276fca494583 --- /dev/null +++ b/dev-python/id/Manifest @@ -0,0 +1 @@ +DIST id-1.4.0.gh.tar.gz 20215 BLAKE2B d6428c27159a05459bfa8bd03f2bfe660a66efe4e19218ac7d567b06804e1c1e9b43b3d4bffc4bd15c0a553317b0f0c4064927519f7de9df59fad21b20f09eb4 SHA512 a10facc39e2ddc558b994f0f598516c52025901277cbbb4224c297d8c5515d3079474c919fe5a6d534f733103095d7837903f5877c6bcb550c85f7842ac59531 diff --git a/dev-python/id/id-1.4.0.ebuild b/dev-python/id/id-1.4.0.ebuild new file mode 100644 index 000000000000..1f4a7f6c0a69 --- /dev/null +++ b/dev-python/id/id-1.4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="A tool for generating OIDC identities" +HOMEPAGE=" + https://github.com/di/id/ + https://pypi.org/project/id/ +" +# no tests in sdist, https://github.com/di/id/issues/286 +SRC_URI=" + https://github.com/di/id/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pydantic[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pretend[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/id/metadata.xml b/dev-python/id/metadata.xml new file mode 100644 index 000000000000..97815e5688ab --- /dev/null +++ b/dev-python/id/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + di/id + id + +