diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:58:13 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:58:13 +0000 |
commit | 50dfd11c9292f4ee8b5d4b9329b51c2550575e6d (patch) | |
tree | 5ccbaf81105adac8862ef1fcaf27a46145f7a53d /dev-python/PyGithub | |
parent | Version bump. (diff) | |
download | gentoo-2-50dfd11c9292f4ee8b5d4b9329b51c2550575e6d.tar.gz gentoo-2-50dfd11c9292f4ee8b5d4b9329b51c2550575e6d.tar.bz2 gentoo-2-50dfd11c9292f4ee8b5d4b9329b51c2550575e6d.zip |
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r-- | dev-python/PyGithub/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.21.0.ebuild | 23 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.23.0.ebuild | 23 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.24.0.ebuild | 23 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.24.1.ebuild | 23 |
5 files changed, 5 insertions, 93 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog index f6de5541e85f..8b039ba2e087 100644 --- a/dev-python/PyGithub/ChangeLog +++ b/dev-python/PyGithub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyGithub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.25 2014/10/08 01:57:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.26 2014/10/08 01:58:13 radhermit Exp $ + + 08 Oct 2014; Tim Harder <radhermit@gentoo.org> -PyGithub-1.21.0.ebuild, + -PyGithub-1.23.0.ebuild, -PyGithub-1.24.0.ebuild, -PyGithub-1.24.1.ebuild: + Remove old. *PyGithub-1.25.2 (08 Oct 2014) diff --git a/dev-python/PyGithub/PyGithub-1.21.0.ebuild b/dev-python/PyGithub/PyGithub-1.21.0.ebuild deleted file mode 100644 index 399548a218a2..000000000000 --- a/dev-python/PyGithub/PyGithub-1.21.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.21.0.ebuild,v 1.2 2014/01/01 20:30:16 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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 -} diff --git a/dev-python/PyGithub/PyGithub-1.23.0.ebuild b/dev-python/PyGithub/PyGithub-1.23.0.ebuild deleted file mode 100644 index 95b017061665..000000000000 --- a/dev-python/PyGithub/PyGithub-1.23.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild,v 1.2 2014/01/01 20:30:16 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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 -} diff --git a/dev-python/PyGithub/PyGithub-1.24.0.ebuild b/dev-python/PyGithub/PyGithub-1.24.0.ebuild deleted file mode 100644 index f21326f5404d..000000000000 --- a/dev-python/PyGithub/PyGithub-1.24.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.24.0.ebuild,v 1.1 2014/03/07 21:48:22 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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 -} diff --git a/dev-python/PyGithub/PyGithub-1.24.1.ebuild b/dev-python/PyGithub/PyGithub-1.24.1.ebuild deleted file mode 100644 index 39b9fbf2ab82..000000000000 --- a/dev-python/PyGithub/PyGithub-1.24.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.24.1.ebuild,v 1.1 2014/04/03 02:00:51 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,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 -} |