idella4     15/07/06 07:14:37

  Modified:             setuptools-git-1.1.ebuild ChangeLog
  Log:
  correction to deps, re-add working testsuite, thanks to NP-Hardass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/setuptools-git/setuptools-git-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?rev=1.2&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?r1=1.1&r2=1.2

Index: setuptools-git-1.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- setuptools-git-1.1.ebuild   6 Jul 2015 05:18:47 -0000       1.1
+++ setuptools-git-1.1.ebuild   6 Jul 2015 07:14:37 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -15,5 +15,13 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-# testsuite fails to acquire the required gitsettings of git config from the 
environment
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+                dev-vcs/git"
+RDEPEND="${DEPEND}"
+
+python_test() {
+       git config --global user.name "test user" || die
+       git config --global user.email "[email protected]" || die
+       esetup.py test
+       retr=$?
+}



1.13                 dev-python/setuptools-git/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   6 Jul 2015 05:18:47 -0000       1.12
+++ ChangeLog   6 Jul 2015 07:14:37 -0000       1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools-git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.12 
2015/07/06 05:18:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.13 
2015/07/06 07:14:37 idella4 Exp $
+
+  06 Jul 2015; Ian Delaney <[email protected]> setuptools-git-1.1.ebuild:
+  correction to deps, re-add working testsuite, thanks to NP-Hardass
 
 *setuptools-git-1.1 (06 Jul 2015)
 




Reply via email to