commit: bc3424e44799491756ca8155740ed69c177d3d48
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 8 14:58:02 2014 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 14:58:02 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=bc3424e4
new dev-python/consulate package
---
dev-python/consulate/Manifest | 2 ++
dev-python/consulate/consulate-0.2.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/consulate/Manifest b/dev-python/consulate/Manifest
new file mode 100644
index 0000000..5b28fe0
--- /dev/null
+++ b/dev-python/consulate/Manifest
@@ -0,0 +1,2 @@
+DIST 0.2.0.tar.gz 12116 SHA256
94be6a981675e27794dff64d7d741dd6777752b49f4563d225195fdcde471fa4 SHA512
0a516679cd14df2018bfe116cd4ec8e2b1577f4e6b9644dff7f5458587719ba765f62196adbfabf1e46a3dbc6837d666deb5bdb7e86b3976cccf937c965312c2
WHIRLPOOL
1cf4cfeb2cb38909a60e2593cd62d71c8eaac96ccf659c0325c0490b47edb5366dc042dfa7d2bef7c89a68930994a74dcfb3202b65ced9d202ef6e18f5f27e02
+EBUILD consulate-0.2.0.ebuild 511 SHA256
a4ba6d88b8b7af61d45c0e796fdab73b9dc3962c0a9f96eabecdc5b5a0af4b39 SHA512
2237abf639fa8702c4cf19acaca04ec20e799be0a7ba5fad20fca80bd8c9b9a501b559e3853cb21cab36057f5396318796017545ade8cfe463963ba8b96ae6d5
WHIRLPOOL
7f30daccb177115f681031e69fc080ec6dd9528d8c860c4d1c35209443cedbe2b875738820369a385c689f81b05dd025fa5db6a4ef7acb6c26d0cd795d498b49
diff --git a/dev-python/consulate/consulate-0.2.0.ebuild
b/dev-python/consulate/consulate-0.2.0.ebuild
new file mode 100644
index 0000000..3a79695
--- /dev/null
+++ b/dev-python/consulate/consulate-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python client for the Consul HTTP API"
+HOMEPAGE="https://github.com/gmr/consulate"
+SRC_URI="https://github.com/gmr/${PN}/archive/${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-python/requests
+ www-servers/tornado
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"