[csw-devel] SF.net SVN: gar:[18835] csw/mgar/pkg/lang-python

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Mon Jul 23 16:16:05 CEST 2012


Revision: 18835
          http://gar.svn.sourceforge.net/gar/?rev=18835&view=rev
Author:   cgrzemba
Date:     2012-07-23 14:16:05 +0000 (Mon, 23 Jul 2012)
Log Message:
-----------
lang-python/cython/trunk: initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/cython/
    csw/mgar/pkg/lang-python/cython/Makefile
    csw/mgar/pkg/lang-python/cython/branches/
    csw/mgar/pkg/lang-python/cython/tags/
    csw/mgar/pkg/lang-python/cython/trunk/
    csw/mgar/pkg/lang-python/cython/trunk/Makefile
    csw/mgar/pkg/lang-python/cython/trunk/checksums
    csw/mgar/pkg/lang-python/cython/trunk/files/

Added: csw/mgar/pkg/lang-python/cython/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cython/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/cython/Makefile	2012-07-23 14:16:05 UTC (rev 18835)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/lang-python/cython/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/lang-python/cython/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cython/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/cython/trunk/Makefile	2012-07-23 14:16:05 UTC (rev 18835)
@@ -0,0 +1,46 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = Cython
+VERSION = 0.16
+GARTYPE = v2
+CATEGORIES = lang
+
+DESCRIPTION = Cython Compiler
+define BLURB
+  The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
+
+The Cython language is very close to the Python language (and most Python code is also valid Cython code), but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
+
+This makes Cython the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code.
+endef
+
+MASTER_SITES = http://pypi.python.org/packages/source/C/Cython/
+DISTFILES  = $(DISTNAME).tar.gz
+
+PACKAGING_PLATFORMS += Solaris10-sparc Solaris10-i386
+GARCOMPILER = SOS12U3
+
+LICENSE = LICENSE.txt
+
+REINPLACE_USRLOCAL = $(libdir)/python/site-packages/pyximport/pyximport.py
+REINPLACE_WHEN_USRLOCAL = postinstall
+
+PACKAGES += CSWcython
+RUNTIME_DEP_PKGS_CSWcython += CSWpython
+RUNTIME_DEP_PKGS_CSWcython += CSWlibpython2-6-1-0
+
+PYCOMPILE = 1
+STRIP_LIBTOOL = 1
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+CONFIGURE_SCRIPTS = 
+TEST_SCRIPTS = 
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_ARGS += --root=$(DESTDIR)
+INSTALL_ARGS += --prefix=$(prefix)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/lang-python/cython/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/cython/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/cython/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/cython/trunk/checksums	2012-07-23 14:16:05 UTC (rev 18835)
@@ -0,0 +1 @@
+7934186ada3552110aba92062fa88b1c  Cython-0.16.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