public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/mayavi/files: mayavi-4.2.0-doc.patch
@ 2012-12-06 15:45 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-12-06 15:45 UTC (permalink / raw
  To: gentoo-commits

jlec        12/12/06 15:45:21

  Added:                mayavi-4.2.0-doc.patch
  Log:
  sci-visualization/mayavi: Drop old; restrict tests as they are broken, #422951; only build docs with USE=doc and only once, #445782; Version Bump; Add missing Deps
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.1                  sci-visualization/mayavi/files/mayavi-4.2.0-doc.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/files/mayavi-4.2.0-doc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/files/mayavi-4.2.0-doc.patch?rev=1.1&content-type=text/plain

Index: mayavi-4.2.0-doc.patch
===================================================================
 setup.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/setup.py b/setup.py
index 0177c44..58d13b0 100644
--- a/setup.py
+++ b/setup.py
@@ -300,14 +300,14 @@ class MyBuild(build.build):
     """
 
     def run(self):
-        build_tvtk_classes_zip()
+#        build_tvtk_classes_zip()
         build.build.run(self)
-        self.run_command('gen_docs')
-        try:
-            self.run_command('build_docs')
-        except:
-            log.warn("Couldn't build documentation:\n%s" %
-                     traceback.format_exception(*sys.exc_info()))
+#        self.run_command('gen_docs')
+#        try:
+#            self.run_command('build_docs')
+#        except:
+#            log.warn("Couldn't build documentation:\n%s" %
+#                     traceback.format_exception(*sys.exc_info()))
 
 
 
@@ -494,6 +494,6 @@ numpy.distutils.core.setup(
     license = "BSD",
     long_description = '\n'.join(DOCLINES[3:]),
     platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
-    zip_safe = False,
+    zip_safe = True,
     **config
 )





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-06 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 15:45 [gentoo-commits] gentoo-x86 commit in sci-visualization/mayavi/files: mayavi-4.2.0-doc.patch Justin Lecher (jlec)

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