summaryrefslogtreecommitdiff
path: root/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/txgithub/txgithub-15.0.0-r1.ebuild')
-rw-r--r--dev-python/txgithub/txgithub-15.0.0-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
deleted file mode 100644
index 16ae57afc476..000000000000
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6})
-
-inherit eutils distutils-r1
-
-DESCRIPTION="GitHub API client implemented using Twisted"
-HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.org/project/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-16.0.0[${PYTHON_USEDEP}]
- ( >=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}"
-
-python_test() {
- PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}"
-}