public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fire/
@ 2021-05-06 12:11 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2021-05-06 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4bb9df38ec13117f14b78e5bc482bba7075a78e3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 12:09:04 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fire/
@ 2021-05-06 12:38 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2021-05-06 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0ad983ae6c30598a5a4f1e5c7328cc0af2a80ee1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 12:38:44 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May  6 12:38:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad983ae

dev-python/fire: clean from comments

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-python/fire/fire-0.3.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/fire/fire-0.3.1.ebuild b/dev-python/fire/fire-0.3.1.ebuild
index cbabaed9e85..5c4b134e819 100644
--- a/dev-python/fire/fire-0.3.1.ebuild
+++ b/dev-python/fire/fire-0.3.1.ebuild
@@ -8,8 +8,7 @@ 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
+SRC_URI="https://github.com/google/python-fire/archive/refs/tags/v${PV}.tar.gz
 	-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fire/
@ 2021-05-09  9:36 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2021-05-09  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b7ba67d0edbac6793182a85ef7927b7b1c00c758
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 09:35:28 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-	</maintainer>
-	<maintainer type="person">
-		<email>tupone@gentoo.org</email>
-		<name>Tupone Alfredo</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-09  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-09  9:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/fire/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-05-06 12:38 Alfredo Tupone
2021-05-06 12:11 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox