patrick     15/07/28 05:28:25

  Modified:             django-nose-1.4.ebuild django-nose-1.3.ebuild
                        ChangeLog
  Log:
  Disable tests due to south masked/obsolete
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-python/django-nose/django-nose-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-nose/django-nose-1.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-nose/django-nose-1.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-nose/django-nose-1.4.ebuild?r1=1.1&r2=1.2

Index: django-nose-1.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-nose-1.4.ebuild      4 Jun 2015 06:17:09 -0000       1.1
+++ django-nose-1.4.ebuild      28 Jul 2015 05:28:25 -0000      1.2
@@ -1,10 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.4.ebuild,v 1.1 
2015/06/04 06:17:09 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.4.ebuild,v 1.2 
2015/07/28 05:28:25 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
+RESTRICT="test" # missing south now
+
 inherit distutils-r1
 
 DESCRIPTION="Django test runner that uses nose"
@@ -18,9 +20,9 @@
 
 RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
                dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+#      test? ( ${RDEPEND}
+#              >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
 
 python_test() {
        "${PYTHON}" testapp/runtests.py



1.4                  dev-python/django-nose/django-nose-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild?r1=1.3&r2=1.4

Index: django-nose-1.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- django-nose-1.3.ebuild      8 Mar 2015 23:44:45 -0000       1.3
+++ django-nose-1.3.ebuild      28 Jul 2015 05:28:25 -0000      1.4
@@ -1,10 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild,v 1.3 
2015/03/08 23:44:45 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild,v 1.4 
2015/07/28 05:28:25 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
+RESTRICT="test" # missing south
+
 inherit distutils-r1
 
 DESCRIPTION="Django test runner that uses nose"
@@ -18,9 +20,9 @@
 
 RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
                dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+#      test? ( ${RDEPEND}
+#              >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
 
 python_test() {
        "${PYTHON}" testapp/runtests.py



1.13                 dev-python/django-nose/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   7 Jun 2015 13:07:36 -0000       1.12
+++ ChangeLog   28 Jul 2015 05:28:25 -0000      1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-nose
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v 1.12 
2015/06/07 13:07:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v 1.13 
2015/07/28 05:28:25 patrick Exp $
+
+  28 Jul 2015; Patrick Lauer <[email protected]> django-nose-1.3.ebuild,
+  django-nose-1.4.ebuild:
+  Disable tests due to south masked/obsolete
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml




Reply via email to