public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.4.0.ebuild ChangeLog
@ 2009-11-23  1:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-11-23  1:24 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/11/23 01:24:20

  Modified:             dulwich-0.4.0.ebuild ChangeLog
  Log:
  Add src_test().
  (Portage version: 14874-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/dulwich/dulwich-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild?r1=1.1&r2=1.2

Index: dulwich-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dulwich-0.4.0.ebuild	20 Oct 2009 08:55:33 -0000	1.1
+++ dulwich-0.4.0.ebuild	23 Nov 2009 01:24:20 -0000	1.2
@@ -1,20 +1,28 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.1 2009/10/20 08:55:33 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.2 2009/11/23 01:24:20 arfrever Exp $
 
+EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
 DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
-HOMEPAGE="http://samba.org/~jelmer/dulwich/"
+HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich"
 SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
-LICENSE="GPL-2"
 
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
-DEPEND=""
+DEPEND="test? ( dev-python/nose )"
 RDEPEND=""
 RESTRICT_PYTHON_ABIS="3.*"
+
+src_test() {
+	testing() {
+		PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests-${PYTHON_ABI}
+	}
+	python_execute_function testing
+}



1.2                  dev-python/dulwich/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Oct 2009 08:55:33 -0000	1.1
+++ ChangeLog	23 Nov 2009 01:24:20 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/dulwich
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.1 2009/10/20 08:55:33 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.2 2009/11/23 01:24:20 arfrever Exp $
+
+  23 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  dulwich-0.4.0.ebuild:
+  Add src_test().
 
 *dulwich-0.4.0 (20 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.4.0.ebuild ChangeLog
@ 2009-12-01 10:16 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-12-01 10:16 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/01 10:16:32

  Modified:             dulwich-0.4.0.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #295213
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/dulwich/dulwich-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild?r1=1.2&r2=1.3

Index: dulwich-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dulwich-0.4.0.ebuild	23 Nov 2009 01:24:20 -0000	1.2
+++ dulwich-0.4.0.ebuild	1 Dec 2009 10:16:32 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.2 2009/11/23 01:24:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.3 2009/12/01 10:16:32 maekke Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 DEPEND="test? ( dev-python/nose )"



1.3                  dev-python/dulwich/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	23 Nov 2009 01:24:20 -0000	1.2
+++ ChangeLog	1 Dec 2009 10:16:32 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/dulwich
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.2 2009/11/23 01:24:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.3 2009/12/01 10:16:32 maekke Exp $
+
+  01 Dec 2009; Markus Meier <maekke@gentoo.org> dulwich-0.4.0.ebuild:
+  amd64/x86 stable, bug #295213
 
   23 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   dulwich-0.4.0.ebuild:






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

end of thread, other threads:[~2009-12-01 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23  1:24 [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.4.0.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-01 10:16 Markus Meier (maekke)

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