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>[email protected]</email>
+               <description>Primary maintainer</description>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <maintainer>
+                       <email>[email protected]</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 via email to