From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 77E6A1584AD for ; Sat, 03 May 2025 15:03:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3BED73430A4 for ; Sat, 03 May 2025 15:03:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 34680110287; Sat, 03 May 2025 15:03:37 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 29F2A110287 for ; Sat, 03 May 2025 15:03:37 +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 C00EC343050 for ; Sat, 03 May 2025 15:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FC021A70 for ; Sat, 03 May 2025 15:03:35 +0000 (UTC) From: "Oz N Tiram" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oz N Tiram" Message-ID: <1746284606.53e8ad67d3b6ba5c0a5318b8934b709829a35fb2.oz.tiram@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/typer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/typer/Manifest dev-python/typer/metadata.xml dev-python/typer/typer-0.15.3.ebuild X-VCS-Directories: dev-python/typer/ X-VCS-Committer: oz.tiram X-VCS-Committer-Name: Oz N Tiram X-VCS-Revision: 53e8ad67d3b6ba5c0a5318b8934b709829a35fb2 X-VCS-Branch: dev Date: Sat, 03 May 2025 15:03:35 +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: 9d65cb01-bb2a-4e05-9bde-0af7ca4e88e8 X-Archives-Hash: 911189b4f78e42ca0bf6282825b801d4 commit: 53e8ad67d3b6ba5c0a5318b8934b709829a35fb2 Author: Oz Tiram gmail com> AuthorDate: Sat May 3 15:03:26 2025 +0000 Commit: Oz N Tiram gmail com> CommitDate: Sat May 3 15:03:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e8ad67 dev-python/typer: new package, add 0.15.3 Signed-off-by: Oz Tiram gmail.com> dev-python/typer/Manifest | 1 + dev-python/typer/metadata.xml | 16 ++++++++++++++++ dev-python/typer/typer-0.15.3.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest new file mode 100644 index 000000000..230682e9b --- /dev/null +++ b/dev-python/typer/Manifest @@ -0,0 +1 @@ +DIST typer-0.15.3.tar.gz 101641 BLAKE2B c400974553ecaa1aa8ebeacc0042b50b5c7805dadbeca33225d9bedff415b10ce644b384fc699660a34f1d3a5049ceff67e682a5e7fb5910d7b264b49ce0e4ef SHA512 0562b8305bb8d494112919962aa74ca750ecdef2f70c0fd1f956101d2b81c28e9f31b94c8258eaa7f3cf7c3f685e48c86d8469a63c9d0e65eb1b49d79e6220c6 diff --git a/dev-python/typer/metadata.xml b/dev-python/typer/metadata.xml new file mode 100644 index 000000000..79d13253e --- /dev/null +++ b/dev-python/typer/metadata.xml @@ -0,0 +1,16 @@ + + + + + Oz Tiram + oz.tiram@gmail.com + + + Proxy Maintainers + proxy-maint@gentoo.org + + + tiangolo/typer + typer + + diff --git a/dev-python/typer/typer-0.15.3.ebuild b/dev-python/typer/typer-0.15.3.ebuild new file mode 100644 index 000000000..0453ec984 --- /dev/null +++ b/dev-python/typer/typer-0.15.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 2025 +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_1{1..3} ) + +DISTUTILS_USE_PEP517="hatchling" + +inherit distutils-r1 pypi + +DESCRIPTION="Typer, build great CLIs. Easy to code. Based on Python type hints." + +HOMEPAGE="https://typer.tiangolo.com/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-python/shellingham[${PYTHON_USEDEP}] + >=dev-python/click-8.0.0[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] +" + +RDEPEND="${DEPEND}"