public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
@ 2013-11-30  2:45 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2013-11-30  2:45 UTC (permalink / raw
  To: gentoo-commits

floppym     13/11/30 02:45:49

  Modified:             cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
  Log:
  Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser dep. Call distutils-r1_python_install_all.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/cffi/cffi-0.8.ebuild

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

Index: cffi-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cffi-0.8.ebuild	18 Nov 2013 09:10:56 -0000	1.1
+++ cffi-0.8.ebuild	30 Nov 2013 02:45:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.1 2013/11/18 09:10:56 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.2 2013/11/30 02:45:49 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -17,12 +17,14 @@
 IUSE="doc test"
 
 RDEPEND="virtual/libffi
-	dev-python/pycparser[$(python_gen_usedep python{2_6,2_7,3_2,3_3} pypy1_9)]
+	dev-python/pycparser[${PYTHON_USEDEP}]
 	dev-python/pytest[${PYTHON_USEDEP}]
 	dev-python/hgdistver"
 DEPEND="$REDEPEND
 	test? ( dev-python/virtualenv )"
 
+RESTRICT="test"
+
 python_compile_all() {
 	use doc && emake -C doc html
 }
@@ -32,5 +34,6 @@
 }
 
 python_install_all() {
+	distutils-r1_python_install_all
 	use doc && dohtml -r doc/build/
 }



1.4                  dev-python/cffi/cffi-0.7.2.ebuild

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

Index: cffi-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cffi-0.7.2.ebuild	29 Nov 2013 22:45:06 -0000	1.3
+++ cffi-0.7.2.ebuild	30 Nov 2013 02:45:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.3 2013/11/29 22:45:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.4 2013/11/30 02:45:49 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -17,12 +17,14 @@
 IUSE="doc test"
 
 RDEPEND="virtual/libffi
-	dev-python/pycparser[$(python_gen_usedep python{2_6,2_7,3_2,3_3} pypy1_9)]
+	dev-python/pycparser[${PYTHON_USEDEP}]
 	dev-python/pytest[${PYTHON_USEDEP}]
 	dev-python/hgdistver"
 DEPEND="$REDEPEND
 	test? ( dev-python/virtualenv )"
 
+RESTRICT="test"
+
 python_compile_all() {
 	use doc && emake -C doc html
 }
@@ -32,5 +34,6 @@
 }
 
 python_install_all() {
+	distutils-r1_python_install_all
 	use doc && dohtml -r doc/build/
 }



1.16                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Nov 2013 22:45:06 -0000	1.15
+++ ChangeLog	30 Nov 2013 02:45:49 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.15 2013/11/29 22:45:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.16 2013/11/30 02:45:49 floppym Exp $
+
+  30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
+  cffi-0.8.ebuild:
+  Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser
+  dep. Call distutils-r1_python_install_all.
 
   29 Nov 2013; Pacho Ramos <pacho@gentoo.org> cffi-0.7.2.ebuild:
   amd64 stable, bug #488738





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

* [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
@ 2013-11-30  4:04 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2013-11-30  4:04 UTC (permalink / raw
  To: gentoo-commits

floppym     13/11/30 04:04:46

  Modified:             cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
  Log:
  Skip test_integration.py to avoid bugs 486736 and 489870.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/cffi/cffi-0.8.ebuild

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

Index: cffi-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cffi-0.8.ebuild	30 Nov 2013 02:45:49 -0000	1.2
+++ cffi-0.8.ebuild	30 Nov 2013 04:04:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.2 2013/11/30 02:45:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.3 2013/11/30 04:04:46 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -23,14 +23,12 @@
 DEPEND="$REDEPEND
 	test? ( dev-python/virtualenv )"
 
-RESTRICT="test"
-
 python_compile_all() {
 	use doc && emake -C doc html
 }
 
 python_test() {
-	py.test c/ testing/ -x -v
+	py.test -x -v --ignore testing/test_zintegration.py c/ testing/
 }
 
 python_install_all() {



1.5                  dev-python/cffi/cffi-0.7.2.ebuild

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

Index: cffi-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cffi-0.7.2.ebuild	30 Nov 2013 02:45:49 -0000	1.4
+++ cffi-0.7.2.ebuild	30 Nov 2013 04:04:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.4 2013/11/30 02:45:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.5 2013/11/30 04:04:46 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -23,14 +23,12 @@
 DEPEND="$REDEPEND
 	test? ( dev-python/virtualenv )"
 
-RESTRICT="test"
-
 python_compile_all() {
 	use doc && emake -C doc html
 }
 
 python_test() {
-	py.test c/ testing/ -x -v
+	py.test -x -v --ignore testing/test_zintegration.py c/ testing/
 }
 
 python_install_all() {



1.17                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	30 Nov 2013 02:45:49 -0000	1.16
+++ ChangeLog	30 Nov 2013 04:04:46 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.16 2013/11/30 02:45:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.17 2013/11/30 04:04:46 floppym Exp $
+
+  30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
+  cffi-0.8.ebuild:
+  Skip test_integration.py to avoid bugs 486736 and 489870.
 
   30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
   cffi-0.8.ebuild:





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

end of thread, other threads:[~2013-11-30  4:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30  4:04 [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-30  2:45 Mike Gilbert (floppym)

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