summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-11 08:31:01 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-11 08:33:44 +0200
commit819006b8f6dad8795108cdc3d614c98df85bbdb3 (patch)
tree2f7c5d517151f0fe1fc8698b9778fbd54d728454 /dev-python/txgithub/txgithub-15.0.0-r1.ebuild
parentdev-perl/Statistics-Descriptive-Discrete: sparc stable wrt bug #817542 (diff)
downloadgentoo-819006b8f6dad8795108cdc3d614c98df85bbdb3.tar.gz
gentoo-819006b8f6dad8795108cdc3d614c98df85bbdb3.tar.bz2
gentoo-819006b8f6dad8795108cdc3d614c98df85bbdb3.zip
dev-python/txgithub: treeclean
Closes: https://bugs.gentoo.org/812521 Closes: https://bugs.gentoo.org/791673 Closes: https://bugs.gentoo.org/802999 Closes: https://bugs.gentoo.org/723542 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/txgithub/txgithub-15.0.0-r1.ebuild')
-rw-r--r--dev-python/txgithub/txgithub-15.0.0-r1.ebuild27
1 files changed, 0 insertions, 27 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 2c29e0fe21d4..000000000000
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit 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"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/twisted-16.0.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}"
-}