[csw-devel] SF.net SVN: gar:[14854] csw/mgar/pkg/lang-python/ipython/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue Jun 21 15:29:21 CEST 2011


Revision: 14854
          http://gar.svn.sourceforge.net/gar/?rev=14854&view=rev
Author:   skayser
Date:     2011-06-21 13:29:21 +0000 (Tue, 21 Jun 2011)

Log Message:
-----------
lang-python/ipython/trunk: adjust package / catalogname, fix override

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/ipython/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/ipython/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/ipython/trunk/Makefile	2011-06-21 12:55:47 UTC (rev 14853)
+++ csw/mgar/pkg/lang-python/ipython/trunk/Makefile	2011-06-21 13:29:21 UTC (rev 14854)
@@ -1,8 +1,10 @@
 # $Id: Makefile 14849 2011-06-21 09:07:58Z skayser $
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
-# ! Remove /usr references in $(docdir)
+# ! Remove /usr references in $(docdir) and drop overrides
 # ! Determine how to run the integrated test suite (iptest/nose) and run it
+# ! Package contains ipythonx which doesn't work w/o wxpython (can we skip
+#   shipping ipythonx?)
 # 
 NAME    = ipython
 VERSION = 0.10.2
@@ -15,11 +17,11 @@
 MASTER_SITES = http://ipython.scipy.org/dist/$(VERSION)/
 DISTFILES    = $(NAME)-$(VERSION).tar.gz
 ARCHALL      = 1
+PACKAGES     = CSWipython
+CATALOGNAME  = ipython
 
-# /opt/csw/share/doc/ipython/ contains plenty of references, override
-# them for now and focus on whether ipython actually stops segfaulting
 CHECKPKG_OVERRIDES += file-with-bad-content|/usr/local
-CHECKPKG_OVERRIDES += file-with-bad-content|/usr/local
+CHECKPKG_OVERRIDES += file-with-bad-content|/usr/share
 
 SKIPTEST = 1
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list