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 2E9B515808B for ; Fri, 27 Sep 2024 13:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55CA7E2A09; Fri, 27 Sep 2024 13:49:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 36CC6E2A09 for ; Fri, 27 Sep 2024 13:49:11 +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 3E664343090 for ; Fri, 27 Sep 2024 13:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93EBE1A09 for ; Fri, 27 Sep 2024 13:49:08 +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: <1727444705.cd0b35531f498f28a87452581f08d8cf073b0033.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tuf/Manifest dev-python/tuf/metadata.xml dev-python/tuf/tuf-5.0.0.ebuild X-VCS-Directories: dev-python/tuf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cd0b35531f498f28a87452581f08d8cf073b0033 X-VCS-Branch: master Date: Fri, 27 Sep 2024 13:49:08 +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: e5895a40-7905-404b-b18e-3cadef481744 X-Archives-Hash: 999534e9881187b48a8018b92165ec57 commit: cd0b35531f498f28a87452581f08d8cf073b0033 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 27 13:44:18 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 27 13:45:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0b3553 dev-python/tuf: New package, v5.0.0, dep of sigstore Signed-off-by: Michał Górny gentoo.org> dev-python/tuf/Manifest | 1 + dev-python/tuf/metadata.xml | 12 ++++++++++++ dev-python/tuf/tuf-5.0.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-python/tuf/Manifest b/dev-python/tuf/Manifest new file mode 100644 index 000000000000..bd1e3b173e1f --- /dev/null +++ b/dev-python/tuf/Manifest @@ -0,0 +1 @@ +DIST tuf-5.0.0.tar.gz 266998 BLAKE2B 6fcf909955f7c2515ede1922c9534ca439cc68d07af81ba53d8811f74fd4510655cc17395f1e0e5df0e3ea752e74862e8d1397b9b3a272565e793c70af9de352 SHA512 c8ae86480320fb33e6d92292da0e687a3d7c90c2bcc234518d934671a954a0970e158cc48ab95be51e6eb21eb63a769c47be9a7880b446d5b0eba9f34570c07d diff --git a/dev-python/tuf/metadata.xml b/dev-python/tuf/metadata.xml new file mode 100644 index 000000000000..016baed53722 --- /dev/null +++ b/dev-python/tuf/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + theupdateframework/python-tuf + tuf + + diff --git a/dev-python/tuf/tuf-5.0.0.ebuild b/dev-python/tuf/tuf-5.0.0.ebuild new file mode 100644 index 000000000000..8ab675ef5cc3 --- /dev/null +++ b/dev-python/tuf/tuf-5.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A secure updater framework for Python" +HOMEPAGE=" + https://github.com/theupdateframework/python-tuf/ + https://pypi.org/project/tuf/ +" + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/requests-2.19.1[${PYTHON_USEDEP}] +