public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools-git: setuptools-git-1.1.ebuild ChangeLog
@ 2015-07-06  5:18 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2015-07-06  5:18 UTC (permalink / raw
  To: gentoo-commits

idella4     15/07/06 05:18:47

  Modified:             ChangeLog
  Added:                setuptools-git-1.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/setuptools-git/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Jun 2015 16:05:57 -0000	1.11
+++ ChangeLog	6 Jul 2015 05:18:47 -0000	1.12
@@ -1,6 +1,11 @@
 # 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.11 2015/06/07 16:05:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.12 2015/07/06 05:18:47 idella4 Exp $
+
+*setuptools-git-1.1 (06 Jul 2015)
+
+  06 Jul 2015; Ian Delaney <idella4@gentoo.org> +setuptools-git-1.1.ebuild:
+  bump
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?rev=1.1&content-type=text/plain

Index: setuptools-git-1.1.ebuild
===================================================================
# 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 $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Setuptools revision control system plugin for Git"
HOMEPAGE="https://github.com/wichert/setuptools-git"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
# testsuite fails to acquire the required gitsettings of git config from the environment





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools-git: setuptools-git-1.1.ebuild ChangeLog
@ 2015-07-06  7:14 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2015-07-06  7:14 UTC (permalink / raw
  To: gentoo-commits

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 "test@email.com" || 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 <idella4@gentoo.org> setuptools-git-1.1.ebuild:
+  correction to deps, re-add working testsuite, thanks to NP-Hardass
 
 *setuptools-git-1.1 (06 Jul 2015)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-06  7:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06  5:18 [gentoo-commits] gentoo-x86 commit in dev-python/setuptools-git: setuptools-git-1.1.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-06  7:14 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox