From 69c3f1963c23f2bfbe9d649bc0f94107f7fbad03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 11 Sep 2018 09:57:08 +0200 Subject: dev-python/PyGithub: Clean old up --- dev-python/PyGithub/PyGithub-1.35.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dev-python/PyGithub/PyGithub-1.35.ebuild (limited to 'dev-python/PyGithub/PyGithub-1.35.ebuild') 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 -} -- cgit v1.2.3