diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:05:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:05:21 +0000 |
commit | e38bc6d4c59b8c7e28887ba11ce5a4fc5ed571b3 (patch) | |
tree | a1043571063eabcadef062af93f11068c002f3c8 /dev-python/PyGithub | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-e38bc6d4c59b8c7e28887ba11ce5a4fc5ed571b3.tar.gz gentoo-2-e38bc6d4c59b8c7e28887ba11ce5a4fc5ed571b3.tar.bz2 gentoo-2-e38bc6d4c59b8c7e28887ba11ce5a4fc5ed571b3.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r-- | dev-python/PyGithub/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.25.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog index 8b039ba2e087..fc0bceda8ed8 100644 --- a/dev-python/PyGithub/ChangeLog +++ b/dev-python/PyGithub/ChangeLog @@ -1,6 +1,9 @@ # 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.26 2014/10/08 01:58:13 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.27 2015/03/06 22:05:21 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> PyGithub-1.25.2.ebuild: + amd64 stable, bug 540290 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: diff --git a/dev-python/PyGithub/PyGithub-1.25.2.ebuild b/dev-python/PyGithub/PyGithub-1.25.2.ebuild index 51d8db7935c1..d9db50f61585 100644 --- a/dev-python/PyGithub/PyGithub-1.25.2.ebuild +++ b/dev-python/PyGithub/PyGithub-1.25.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.25.2.ebuild,v 1.1 2014/10/08 01:57:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.25.2.ebuild,v 1.2 2015/03/06 22:05:21 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |