* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
@ 2016-12-12 22:05 Nicolas Bock
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Bock @ 2016-12-12 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 230254f24630b327ee58da2948a27a8b0f4a0115
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 22:04:33 2016 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 22:04:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230254f2
dev-vcs/git-spindle: New package
Package-Manager: portage-2.3.0
dev-vcs/git-spindle/Manifest | 1 +
dev-vcs/git-spindle/git-spindle-3.3.ebuild | 27 +++++++++++++++++++++++++++
dev-vcs/git-spindle/metadata.xml | 9 +++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-vcs/git-spindle/Manifest b/dev-vcs/git-spindle/Manifest
new file mode 100644
index 00000000..362af4d
--- /dev/null
+++ b/dev-vcs/git-spindle/Manifest
@@ -0,0 +1 @@
+DIST git-spindle-3.3.tar.gz 1854895 SHA256 4bfad8e716e16e267c1297bb66b563a5eb4a3f90d618338442529a9c773bd4d1 SHA512 5d56f51d952ccfea321be79108a795d9e7dd7eca78d966955e76e1c8297eafc9899ef40b6ef1bfff692fe0ce7c3d54ead0ff5fdf31eb559d3ebc0ef9de91c3e8 WHIRLPOOL dc3286136e08a9a75764183f780834d9dfe7bfd7c49d7e97084405399c7e02bcb3402b71672b5dc3b439b6f64fe8732c8e459a4884bbe1aabaa2ae99c5c98166
diff --git a/dev-vcs/git-spindle/git-spindle-3.3.ebuild b/dev-vcs/git-spindle/git-spindle-3.3.ebuild
new file mode 100644
index 00000000..7fb7229
--- /dev/null
+++ b/dev-vcs/git-spindle/git-spindle-3.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Git subcommands for interacting with central services"
+HOMEPAGE="http://seveas.github.io/git-spindle/"
+SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ dev-vcs/git
+ ${PYTHON_DEPS}"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-vcs/git-spindle/metadata.xml b/dev-vcs/git-spindle/metadata.xml
new file mode 100644
index 00000000..6a3ad32
--- /dev/null
+++ b/dev-vcs/git-spindle/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nicolasbock@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
@ 2016-12-12 22:06 Nicolas Bock
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Bock @ 2016-12-12 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 25e62a7b058a137bab38908cd6d7b58e03be5835
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 22:06:09 2016 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 22:06:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e62a7b
dev-vcs/git-spindle: Added more information to metadata
Package-Manager: portage-2.3.0
dev-vcs/git-spindle/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-vcs/git-spindle/metadata.xml b/dev-vcs/git-spindle/metadata.xml
index 6a3ad32..4249a57 100644
--- a/dev-vcs/git-spindle/metadata.xml
+++ b/dev-vcs/git-spindle/metadata.xml
@@ -2,8 +2,13 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
+ <name>Nicolas Bock</name>
<email>nicolasbock@gentoo.org</email>
</maintainer>
<longdescription lang="en">
+ Many central git hosting services, such as GitHub and GitLab, provide
+ an API to perform actions such as creating repositories and filing
+ pull requests. git-spindle is a collection of git subcommands to make
+ using these services easier.
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
@ 2016-12-20 17:42 Nicolas Bock
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Bock @ 2016-12-20 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 4f878939d7495e9ab50e034ab262f6e25b7fe652
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 23:36:07 2016 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 17:41:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f878939
dev-vcs/git-spindle: Updated dependencies
Package-Manager: portage-2.3.0
dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 30 +++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
new file mode 100644
index 00000000..82277c2
--- /dev/null
+++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Git subcommands for interacting with central services"
+HOMEPAGE="http://seveas.github.io/git-spindle/"
+SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ dev-vcs/git
+ dev-python/github3[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/whelk[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
@ 2017-07-12 14:43 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2017-07-12 14:43 UTC (permalink / raw
To: gentoo-commits
commit: 421f34a4f9bfd2618bf67dc0c88b99b239a93f4c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 14:22:25 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 14:42:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421f34a4
dev-vcs/git-spindle: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
index 23eb2ab4171..7d970a8cd2f 100644
--- a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
+++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
@ 2020-02-05 14:05 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-05 14:05 UTC (permalink / raw
To: gentoo-commits
commit: ccea734ff66110e4d02f2196d6facba5a10abb1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 13:49:24 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 14:05:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccea734f
dev-vcs/git-spindle: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
index 3e47f7f45c3..ec1ea0e2737 100644
--- a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
+++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
@ 2020-02-06 7:10 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-06 7:10 UTC (permalink / raw
To: gentoo-commits
commit: fc989be384193c079d66aefbb89a0dde47dd70f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:56:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 07:08:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc989be3
dev-vcs/git-spindle: Remove old (py2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/git-spindle/git-spindle-3.3.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-vcs/git-spindle/git-spindle-3.3.ebuild b/dev-vcs/git-spindle/git-spindle-3.3.ebuild
deleted file mode 100644
index 3c2c96e2b97..00000000000
--- a/dev-vcs/git-spindle/git-spindle-3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Git subcommands for interacting with central services"
-HOMEPAGE="http://seveas.github.io/git-spindle/"
-SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- dev-vcs/git
- ${PYTHON_DEPS}"
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-02-06 7:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 14:43 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2020-02-06 7:10 Michał Górny
2020-02-05 14:05 Michał Górny
2016-12-20 17:42 Nicolas Bock
2016-12-12 22:06 Nicolas Bock
2016-12-12 22:05 Nicolas Bock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox