public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
Date: Tue,  9 Aug 2016 23:52:19 +0000 (UTC)	[thread overview]
Message-ID: <1470786441.661c66b3fd0b8adcc719beb412493bd36958f033.dolsen@gentoo> (raw)

commit:     661c66b3fd0b8adcc719beb412493bd36958f033
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 22:07:19 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 23:47:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661c66b3

dev-python/txgithub: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/txgithub/Manifest               |  1 +
 dev-python/txgithub/metadata.xml           | 20 ++++++++++++++++++++
 dev-python/txgithub/txgithub-15.0.0.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/txgithub/Manifest b/dev-python/txgithub/Manifest
new file mode 100644
index 0000000..a24e205
--- /dev/null
+++ b/dev-python/txgithub/Manifest
@@ -0,0 +1 @@
+DIST txgithub-15.0.0.tar.gz 9871 SHA256 1427b52d12369b8c6789ba9cfcb62e94c4f95771642eb6311dabd5fe3e1b1f1f SHA512 40449089c7c82e901f738935e915a2a6e250600f46ceea7011ef48357851513dccd0fe0f45539cff6de8a45acfe3e34082156e2b70e54dec695633be01d03510 WHIRLPOOL ac7e1f542b6ec228f7bde83565c6d4410b0dae7bb0ae6cd1754bacf6bd47f5471e16b006ef1c145d180711d5a82a44de988c7bf2ca95b0907a0595a18a89ca9b

diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml
new file mode 100644
index 0000000..eadceab
--- /dev/null
+++ b/dev-python/txgithub/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dol-sen@gentoo.org</email>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>tom.prince@ualberta.net</email>
+			<name>Tom Prince</name>
+		</maintainer>
+		<remote-id type="pypi">txgithub</remote-id>
+	</upstream>
+	<longdescription>txgithub is a library based on Twisted for accessing GitHub's API version 3</longdescription>
+</pkgmetadata>

diff --git a/dev-python/txgithub/txgithub-15.0.0.ebuild b/dev-python/txgithub/txgithub-15.0.0.ebuild
new file mode 100644
index 0000000..f914430
--- /dev/null
+++ b/dev-python/txgithub/txgithub-15.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="GitHub API client implemented using Twisted"
+HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.python.org/pypi/txgithub"
+SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
+	>=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}]
+	dev-python/pyopenssl[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2016-08-09 23:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 23:52 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-22  1:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/ Brian Dolbec
2016-12-24 21:54 Brian Dolbec
2017-05-02 17:43 Michał Górny
2017-05-16  2:10 Brian Dolbec
2020-02-06  6:38 Michał Górny
2020-03-26 17:36 Michał Górny
2020-04-26 12:51 Michał Górny
2020-04-26 12:51 Michał Górny
2020-04-26 15:51 Michał Górny

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=1470786441.661c66b3fd0b8adcc719beb412493bd36958f033.dolsen@gentoo \
    --to=dolsen@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