public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
Date: Mon,  9 May 2016 15:52:03 +0000 (UTC)	[thread overview]
Message-ID: <1462809092.d70b0262477c5ef99b0a0bef597f4213801aa316.prometheanfire@gentoo> (raw)

commit:     d70b0262477c5ef99b0a0bef597f4213801aa316
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 15:51:32 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon May  9 15:51:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70b0262

dev-util/gertty: adding because gerrit's UI sucks

Package-Manager: portage-2.2.28

 dev-util/gertty/Manifest            |  1 +
 dev-util/gertty/gertty-1.3.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 dev-util/gertty/metadata.xml        | 19 ++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
new file mode 100644
index 0000000..f195fa4
--- /dev/null
+++ b/dev-util/gertty/Manifest
@@ -0,0 +1 @@
+DIST gertty-1.3.2.tar.gz 92553 SHA256 653376fa55a75be16aeca4e9eb0286f245745a87f977b780b423b74b56df2c74 SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136 WHIRLPOOL 2016e2b09343612968c9984e05a3b9da4d1ebf65b2029a15a429015d9cb83c13ceeca3f50d2cb285da3ae6227f7eb894d597cef0ddb945f23b520ea67ffb572a

diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild
new file mode 100644
index 0000000..6167484
--- /dev/null
+++ b/dev-util/gertty/gertty-1.3.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
+HOMEPAGE="https://pypi.python.org/pypi/gertty"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+	<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
+	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
+	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
+	>=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
+	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
+	dev-python/ordereddict[${PYTHON_USEDEP}]
+	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
+	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-util/gertty/metadata.xml b/dev-util/gertty/metadata.xml
new file mode 100644
index 0000000..88cc84d
--- /dev/null
+++ b/dev-util/gertty/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<longdescription lang="en">
+		Gertty is a console-based interface to the Gerrit Code Review system.
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">gertty</remote-id>
+		<remote-id type="github">openstack/gertty</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2016-05-09 15:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-09 15:52 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-26 22:51 [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/ Matt Thode
2017-04-23 20:48 Michał Górny
2017-07-31  3:41 Matt Thode
2017-08-25 19:57 Matt Thode
2019-04-22  2:07 Matthew Thode
2019-04-24 15:25 Matthew Thode
2019-11-18 15:33 Matthew Thode
2020-01-12 11:25 Michał Górny
2020-01-14 16:14 Agostino Sarubbo
2020-01-17 10:30 Agostino Sarubbo
2020-02-05 16:27 Michał Górny
2020-02-05 16:27 Michał Górny
2020-02-09 13:14 David Seifert
2020-10-18 18:54 Matthew Thode
2021-10-17 16:51 Matthew Thode
2022-05-20  2:04 Matthew Thode
2023-01-13 11:53 Arthur Zamarin
2023-03-16 18:52 Michał Górny
2023-05-03 15:18 Matthew Thode
2024-02-26 21:43 Matthew Thode
2024-03-08  4:12 Matthew Thode
2024-03-12  5:16 Sam James
2024-04-13 15:31 Matthew Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462809092.d70b0262477c5ef99b0a0bef597f4213801aa316.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox