commit:     d1a135f8c3e8eaced3dc7cc9287e4f2160dc76f4
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  8 09:02:54 2014 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 09:02:54 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=d1a135f8

initial commit, needed by bugwarrior for phabricator support

---
 dev-python/phabricator-python/Manifest               |  1 +
 .../phabricator-python/phabricator-python-0.3.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-python/phabricator-python/Manifest 
b/dev-python/phabricator-python/Manifest
new file mode 100644
index 0000000..1c3a913
--- /dev/null
+++ b/dev-python/phabricator-python/Manifest
@@ -0,0 +1 @@
+DIST phabricator-python-0.3.tar.gz 3640 SHA256 
cc0795ec62e02545b2444340a021ded562a69a479ae8b4a0f5321b8d21128fb3 SHA512 
d63fa0d1cef57f535929e712a47cc8437369ffd4fc3be109e396f5ec640b092404826c0065246fdca5f45eff59a9b1b8f7a77e1b9d626c9a928ba8bc09e0a4a8
 WHIRLPOOL 
80ea9f382bd273b2ed6294b0c69a950bdd24aefc712958962b380e793fd3dadcc7a848c0ae5222bef3f1be1fa9fac833568b11fece182b91a228b49b9c3e222f

diff --git a/dev-python/phabricator-python/phabricator-python-0.3.ebuild 
b/dev-python/phabricator-python/phabricator-python-0.3.ebuild
new file mode 100644
index 0000000..c5c146e
--- /dev/null
+++ b/dev-python/phabricator-python/phabricator-python-0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Phabricator API Bindings"
+HOMEPAGE="https://github.com/creativepsyco/python-phabricator";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"

Reply via email to