Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyGithub: PyGithub-1.13.1.ebuild ChangeLog
Date: Mon, 01 Apr 2013 07:57:27
Message-Id: 20130401075723.CB5212171D@flycatcher.gentoo.org
1 radhermit 13/04/01 07:57:23
2
3 Modified: ChangeLog
4 Added: PyGithub-1.13.1.ebuild
5 Log:
6 Version bump, add python-3.3 support since tests are now fixed with it.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.7 dev-python/PyGithub/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 6 Mar 2013 03:36:05 -0000 1.6
24 +++ ChangeLog 1 Apr 2013 07:57:23 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/PyGithub
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.6 2013/03/06 03:36:05 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.7 2013/04/01 07:57:23 radhermit Exp $
30 +
31 +*PyGithub-1.13.1 (01 Apr 2013)
32 +
33 + 01 Apr 2013; Tim Harder <radhermit@g.o> +PyGithub-1.13.1.ebuild:
34 + Version bump, add python-3.3 support since tests are now fixed with it.
35
36 *PyGithub-1.12.2 (06 Mar 2013)
37
38
39
40
41 1.1 dev-python/PyGithub/PyGithub-1.13.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.13.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.13.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PyGithub-1.13.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.13.1.ebuild,v 1.1 2013/04/01 07:57:23 radhermit Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Python library to access the Github API v3"
58 HOMEPAGE="http://vincent-jacques.net/PyGithub/"
59 # Use github since pypi is missing test data
60 SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61
62 LICENSE="LGPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65
66 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
67
68 python_test() {
69 esetup.py test
70 }