[csw-devel] SF.net SVN: gar:[6036] csw/mgar/pkg

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sat Aug 15 11:23:09 CEST 2009


Revision: 6036
          http://gar.svn.sourceforge.net/gar/?rev=6036&view=rev
Author:   rthurner
Date:     2009-08-15 09:23:09 +0000 (Sat, 15 Aug 2009)

Log Message:
-----------
ipython, first version. gives a core dump when running

Added Paths:
-----------
    csw/mgar/pkg/ipython/
    csw/mgar/pkg/ipython/branches/
    csw/mgar/pkg/ipython/tags/
    csw/mgar/pkg/ipython/trunk/
    csw/mgar/pkg/ipython/trunk/Makefile
    csw/mgar/pkg/ipython/trunk/checksums
    csw/mgar/pkg/ipython/trunk/files/


Property changes on: csw/mgar/pkg/ipython/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/ipython/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ipython/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ipython/trunk/Makefile	2009-08-15 09:23:09 UTC (rev 6036)
@@ -0,0 +1,39 @@
+GARNAME    = ipython
+GARVERSION = 0.10
+CATEGORIES = lang
+
+DESCRIPTION = Python toolkit for generation of output for the web
+define BLURB
+	Genshi is a Python library that provides an integrated set of 
+	components for parsing, generating, and processing HTML, XML 
+	or other textual content for output generation on the web
+endef
+
+MASTER_SITES = http://ipython.scipy.org/dist/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+ARCHALL_CSWipython = 1
+PACKAGES = CSWipython
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
+# comment what this does or remove it
+# PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
+SPKG_CLASSES = none cswpycompile
+REQUIRED_PKGS += CSWcswclassutils
+
+REQUIRED_PKGS_CSWipython = CSWpython-rt
+CATALOGNAME_CSWipython = ipython
+SPKG_DESC_CSWipython   = $(DESCRIPTION)
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS   = $(WORKSRC)/setup.py
+TEST_SCRIPTS    = 
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+
+INSTALL_ARGS += --root=$(DESTDIR)
+
+include gar/category.mk
+

Added: csw/mgar/pkg/ipython/trunk/checksums
===================================================================
--- csw/mgar/pkg/ipython/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ipython/trunk/checksums	2009-08-15 09:23:09 UTC (rev 6036)
@@ -0,0 +1 @@
+dd10cd1b622c16c1afca2239fcc0dfdf  download/ipython-0.10.tar.gz


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