summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-01-20 20:25:20 +0000
committerMike Gilbert <floppym@gentoo.org>2013-01-20 20:25:20 +0000
commitfc7407a724b04c255ab3751d8c468683cc0a3d43 (patch)
tree6c70758fc2b63119e221136d91b5554cc45086d9
parentNew package. (diff)
downloadgentoo-2-fc7407a724b04c255ab3751d8c468683cc0a3d43.tar.gz
gentoo-2-fc7407a724b04c255ab3751d8c468683cc0a3d43.tar.bz2
gentoo-2-fc7407a724b04c255ab3751d8c468683cc0a3d43.zip
Add note about pypi missing test data.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r--dev-python/PyGithub/ChangeLog5
-rw-r--r--dev-python/PyGithub/PyGithub-1.10.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog
index 441a0d9622a7..5f273d6acd2d 100644
--- a/dev-python/PyGithub/ChangeLog
+++ b/dev-python/PyGithub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyGithub
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.1 2013/01/20 20:23:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.2 2013/01/20 20:25:20 floppym Exp $
+
+ 20 Jan 2013; Mike Gilbert <floppym@gentoo.org> PyGithub-1.10.0.ebuild:
+ Add note about pypi missing test data.
*PyGithub-1.10.0 (20 Jan 2013)
diff --git a/dev-python/PyGithub/PyGithub-1.10.0.ebuild b/dev-python/PyGithub/PyGithub-1.10.0.ebuild
index 897c26e60a2a..75542a403342 100644
--- a/dev-python/PyGithub/PyGithub-1.10.0.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.10.0.ebuild,v 1.1 2013/01/20 20:23:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.10.0.ebuild,v 1.2 2013/01/20 20:25:20 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -10,6 +10,7 @@ inherit distutils-r1
DESCRIPTION="Python library to access the Github API v3"
HOMEPAGE="http://vincent-jacques.net/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"