diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2016-08-09 15:07:19 -0700 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2016-08-09 16:47:21 -0700 |
| commit | 661c66b3fd0b8adcc719beb412493bd36958f033 (patch) | |
| tree | 79163d4468540c465cf452434d3efb1ecf2981ae /dev-python/txgithub/txgithub-15.0.0.ebuild | |
| parent | cfffec5d3b243be7afd3d01c8a8b60efa874cda4 (diff) | |
| download | gentoo-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/txgithub-15.0.0.ebuild')
| -rw-r--r-- | dev-python/txgithub/txgithub-15.0.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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}" |
