summaryrefslogtreecommitdiff
blob: eeb024dcf5511b2427486af9d9701b0c62d40e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
	dev-python/requests-unixsocket
	www-servers/tornado
"
DEPEND="${RDEPEND}
	dev-python/setuptools"