radhermit    14/05/04 23:52:02

  Modified:             ChangeLog
  Added:                PyGithub-1.25.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.23                 dev-python/PyGithub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   3 Apr 2014 02:00:51 -0000       1.22
+++ ChangeLog   4 May 2014 23:52:02 -0000       1.23
@@ -1,6 +1,11 @@
 # 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.22 
2014/04/03 02:00:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.23 
2014/05/04 23:52:02 radhermit Exp $
+
+*PyGithub-1.25.0 (04 May 2014)
+
+  04 May 2014; Tim Harder <[email protected]> +PyGithub-1.25.0.ebuild:
+  Version bump.
 
 *PyGithub-1.24.1 (03 Apr 2014)
 



1.1                  dev-python/PyGithub/PyGithub-1.25.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.25.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.25.0.ebuild?rev=1.1&content-type=text/plain

Index: PyGithub-1.25.0.ebuild
===================================================================
# 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.25.0.ebuild,v 
1.1 2014/05/04 23:52:02 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
}




Reply via email to