summaryrefslogtreecommitdiff
path: root/dev-python/PyGithub/PyGithub-1.25.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 15:36:22 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 16:01:57 +0200
commit7d2994749fb990c04b0f58505bfe9098e5b92c84 (patch)
tree7c55d986fe970c54a99685f6ea58e07cfbf3898b /dev-python/PyGithub/PyGithub-1.25.2.ebuild
parentb2b9765e0bc840e0ac39b1ff3efc018a869930e1 (diff)
downloadgentoo-7d2994749fb990c04b0f58505bfe9098e5b92c84.tar.gz
gentoo-7d2994749fb990c04b0f58505bfe9098e5b92c84.tar.bz2
gentoo-7d2994749fb990c04b0f58505bfe9098e5b92c84.zip
dev-python/PyGithub: Clean old versions up
Diffstat (limited to 'dev-python/PyGithub/PyGithub-1.25.2.ebuild')
-rw-r--r--dev-python/PyGithub/PyGithub-1.25.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.25.2.ebuild b/dev-python/PyGithub/PyGithub-1.25.2.ebuild
deleted file mode 100644
index f751bdcdfa99..000000000000
--- a/dev-python/PyGithub/PyGithub-1.25.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/jacquev6/PyGithub/"
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}