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 2575813835B for ; Sun, 9 May 2021 09:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54FAAE07A5; Sun, 9 May 2021 09:36:22 +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 3C499E07A5 for ; Sun, 9 May 2021 09:36:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 56185340BF6 for ; Sun, 9 May 2021 09:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF35E75D for ; Sun, 9 May 2021 09:36:18 +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: <1620552975.b7ba67d0edbac6793182a85ef7927b7b1c00c758.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b7ba67d0edbac6793182a85ef7927b7b1c00c758 X-VCS-Branch: master Date: Sun, 9 May 2021 09:36:18 +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: 2f2d21b4-ff0f-441b-98d4-21f68577c55c X-Archives-Hash: 4c87a61431c463f328a0d6a8d030ae1d commit: b7ba67d0edbac6793182a85ef7927b7b1c00c758 Author: Michał Górny gentoo org> AuthorDate: Sun May 9 09:35:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 9 09:36:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ba67d0 Revert "dev-python/fire: add to the tree" This reverts commit 4bb9df38ec13117f14b78e5bc482bba7075a78e3. Signed-off-by: Michał Górny gentoo.org> dev-python/fire/Manifest | 1 - dev-python/fire/fire-0.3.1.ebuild | 24 ------------------------ dev-python/fire/metadata.xml | 11 ----------- 3 files changed, 36 deletions(-) diff --git a/dev-python/fire/Manifest b/dev-python/fire/Manifest deleted file mode 100644 index 458e85959f8..00000000000 --- a/dev-python/fire/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 5c4b134e819..00000000000 --- a/dev-python/fire/fire-0.3.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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="https://github.com/google/python-fire/archive/refs/tags/v${PV}.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 deleted file mode 100644 index 7badce779b4..00000000000 --- a/dev-python/fire/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - tupone@gentoo.org - Tupone Alfredo - -