summaryrefslogtreecommitdiff
path: root/dev-python/PyGithub/PyGithub-1.35.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-09-11 09:57:08 +0200
committerMichał Górny <mgorny@gentoo.org>2018-09-11 10:17:59 +0200
commit69c3f1963c23f2bfbe9d649bc0f94107f7fbad03 (patch)
tree81d359bc65f55db3ac63e4e90df4a3c066cbc6f1 /dev-python/PyGithub/PyGithub-1.35.ebuild
parent213d3498fb079413324a23fcc64d02f3db2df9a0 (diff)
downloadgentoo-69c3f1963c23f2bfbe9d649bc0f94107f7fbad03.tar.gz
gentoo-69c3f1963c23f2bfbe9d649bc0f94107f7fbad03.tar.bz2
gentoo-69c3f1963c23f2bfbe9d649bc0f94107f7fbad03.zip
dev-python/PyGithub: Clean old up
Diffstat (limited to 'dev-python/PyGithub/PyGithub-1.35.ebuild')
-rw-r--r--dev-python/PyGithub/PyGithub-1.35.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.35.ebuild b/dev-python/PyGithub/PyGithub-1.35.ebuild
deleted file mode 100644
index f7c3a670c22c..000000000000
--- a/dev-python/PyGithub/PyGithub-1.35.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/"
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}