public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/mayavi/files: mayavi-4.2.0-doc.patch
Date: Thu,  6 Dec 2012 15:45:21 +0000 (UTC)	[thread overview]
Message-ID: <20121206154521.A08D92171D@flycatcher.gentoo.org> (raw)

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
 )





                 reply	other threads:[~2012-12-06 15:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121206154521.A08D92171D@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox