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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8312C1382C5 for ; Thu, 6 May 2021 12:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C1ACE097E; Thu, 6 May 2021 12:11:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D5DFE097E for ; Thu, 6 May 2021 12:11:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A80F335C78 for ; Thu, 6 May 2021 12:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C6FF73D for ; Thu, 6 May 2021 12:11:35 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1620303044.4bb9df38ec13117f14b78e5bc482bba7075a78e3.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fire/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fire/Manifest dev-python/fire/fire-0.3.1.ebuild dev-python/fire/metadata.xml X-VCS-Directories: dev-python/fire/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 4bb9df38ec13117f14b78e5bc482bba7075a78e3 X-VCS-Branch: master Date: Thu, 6 May 2021 12:11: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: d700d0f1-dfee-48e2-a9ec-7b5ecc704c0e X-Archives-Hash: 84ac4c0a47bd1ffbc0007f4336b07c26 commit: 4bb9df38ec13117f14b78e5bc482bba7075a78e3 Author: Alfredo Tupone gentoo org> AuthorDate: Thu May 6 12:09:04 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 6 12:10:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb9df38 dev-python/fire: add to the tree Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/fire/Manifest | 1 + dev-python/fire/fire-0.3.1.ebuild | 25 +++++++++++++++++++++++++ dev-python/fire/metadata.xml | 11 +++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/fire/Manifest b/dev-python/fire/Manifest new file mode 100644 index 00000000000..458e85959f8 --- /dev/null +++ b/dev-python/fire/Manifest @@ -0,0 +1 @@ +DIST fire-0.3.1.tar.gz 99035 BLAKE2B 32d961c31d255d310ebd4048aee409d42e7890d741e845c6d4f7487eda20ccb09da02509110ded35c67bcc912c0392ff2bbd0c45f7cf2559a6255971f49a09ce SHA512 cbd9e66c74c706552da44b275d7ce637ab3ce1b34cad9981ca74be2e75f1b2219d330ea914873617334357c8b02a330bc275ae62938c9afcdf1733fb809f4e20 diff --git a/dev-python/fire/fire-0.3.1.ebuild b/dev-python/fire/fire-0.3.1.ebuild new file mode 100644 index 00000000000..cbabaed9e85 --- /dev/null +++ b/dev-python/fire/fire-0.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) +inherit distutils-r1 + +DESCRIPTION="library for automatically generating command line interfaces" +HOMEPAGE="https://github.com/google/python-fire" +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/google/python-fire/archive/refs/tags/v0.3.1.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/six[${PYTHON_USEDEP}] + dev-python/termcolor[${PYTHON_USEDEP}]" +BDEPEND="" + +S="${WORKDIR}"/python-${P} diff --git a/dev-python/fire/metadata.xml b/dev-python/fire/metadata.xml new file mode 100644 index 00000000000..7badce779b4 --- /dev/null +++ b/dev-python/fire/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + tupone@gentoo.org + Tupone Alfredo + +