Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setuptools-git: setuptools-git-1.1.ebuild ChangeLog
Date: Mon, 06 Jul 2015 07:14:41
Message-Id: 20150706071437.4D0AD757@oystercatcher.gentoo.org
1 idella4 15/07/06 07:14:37
2
3 Modified: setuptools-git-1.1.ebuild ChangeLog
4 Log:
5 correction to deps, re-add working testsuite, thanks to NP-Hardass
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/setuptools-git/setuptools-git-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: setuptools-git-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- setuptools-git-1.1.ebuild 6 Jul 2015 05:18:47 -0000 1.1
23 +++ setuptools-git-1.1.ebuild 6 Jul 2015 07:14:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild,v 1.1 2015/07/06 05:18:47 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild,v 1.2 2015/07/06 07:14:37 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -15,5 +15,13 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 -# testsuite fails to acquire the required gitsettings of git config from the environment
38 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
39 + dev-vcs/git"
40 +RDEPEND="${DEPEND}"
41 +
42 +python_test() {
43 + git config --global user.name "test user" || die
44 + git config --global user.email "test@×××××.com" || die
45 + esetup.py test
46 + retr=$?
47 +}
48
49
50
51 1.13 dev-python/setuptools-git/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/ChangeLog?rev=1.13&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/ChangeLog?rev=1.13&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/ChangeLog?r1=1.12&r2=1.13
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v
60 retrieving revision 1.12
61 retrieving revision 1.13
62 diff -u -r1.12 -r1.13
63 --- ChangeLog 6 Jul 2015 05:18:47 -0000 1.12
64 +++ ChangeLog 6 Jul 2015 07:14:37 -0000 1.13
65 @@ -1,6 +1,9 @@
66 # ChangeLog for dev-python/setuptools-git
67 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.12 2015/07/06 05:18:47 idella4 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.13 2015/07/06 07:14:37 idella4 Exp $
70 +
71 + 06 Jul 2015; Ian Delaney <idella4@g.o> setuptools-git-1.1.ebuild:
72 + correction to deps, re-add working testsuite, thanks to NP-Hardass
73
74 *setuptools-git-1.1 (06 Jul 2015)