public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/git-review/
@ 2014-07-18  6:42 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2014-07-18  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     da7f11be599fbf00fb37ae73df29cfec06209c65
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 06:42:31 2014 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 06:42:31 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=da7f11be

Initial commit of git-review

---
 dev-vcs/git-review/git-review-scm.ebuild | 47 ++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-vcs/git-review/git-review-scm.ebuild b/dev-vcs/git-review/git-review-scm.ebuild
new file mode 100644
index 0000000..43aabdd
--- /dev/null
+++ b/dev-vcs/git-review/git-review-scm.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Tool to submit code to Gerrit"
+HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review"
+EGIT_REPO_URI="https://git.openstack.org/openstack-infra/git-review
+	git://git.openstack.org/openstack-infra/git-review"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]
+	virtual/python-argparse[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+	dev-python/pbr[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( >=dev-python/tox-1.7.2[${PYTHON_USEDEP}]
+		>=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+		>=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
+		dev-python/testscenarios[${PYTHON_USEDEP}] )"
+RDEPEND="${CDEPEND}
+	dev-vcs/git"
+
+RESTRICT="test"
+
+python_prepare_all() {
+	# is not used, resp. always included starting with py-2.7
+	sed -i \
+		-e '/hacking/d' \
+		-e '/discover/d' \
+		test-requirements.txt || die
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	tox || die
+}


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

* [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/git-review/
@ 2014-10-27 16:01 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2014-10-27 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6790f933fdd7e6c23f31bd725fd42fea33b20e5c
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 08:27:26 2014 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 08:27:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=6790f933

Remove argparse dep and switch to py-3 only.

---
 dev-vcs/git-review/git-review-scm.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git-review/git-review-scm.ebuild b/dev-vcs/git-review/git-review-scm.ebuild
index 43aabdd..5319b30 100644
--- a/dev-vcs/git-review/git-review-scm.ebuild
+++ b/dev-vcs/git-review/git-review-scm.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
 inherit distutils-r1 git-r3
 
@@ -18,8 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 
-CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]
-	virtual/python-argparse[${PYTHON_USEDEP}]"
+CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}
 	dev-python/pbr[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]


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

end of thread, other threads:[~2014-10-27 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18  6:42 [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/git-review/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2014-10-27 16:01 Tiziano Müller

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