summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-08-09 15:07:19 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-08-09 16:47:21 -0700
commit661c66b3fd0b8adcc719beb412493bd36958f033 (patch)
tree79163d4468540c465cf452434d3efb1ecf2981ae /dev-python/txgithub
parentdev-python/txrequests: New package, dep of buildbot-0.9 (diff)
downloadgentoo-661c66b3fd0b8adcc719beb412493bd36958f033.tar.gz
gentoo-661c66b3fd0b8adcc719beb412493bd36958f033.tar.bz2
gentoo-661c66b3fd0b8adcc719beb412493bd36958f033.zip
dev-python/txgithub: New package, dep of buildbot-0.9
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/txgithub')
-rw-r--r--dev-python/txgithub/Manifest1
-rw-r--r--dev-python/txgithub/metadata.xml20
-rw-r--r--dev-python/txgithub/txgithub-15.0.0.ebuild24
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/txgithub/Manifest b/dev-python/txgithub/Manifest
new file mode 100644
index 000000000000..a24e2056bf84
--- /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 000000000000..eadceab82078
--- /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 000000000000..f91443007a4e
--- /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}"