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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jan 18 14:48:23 CET 2013


Revision: 20170
          http://gar.svn.sourceforge.net/gar/?rev=20170&view=rev
Author:   wahwah
Date:     2013-01-18 13:48:22 +0000 (Fri, 18 Jan 2013)
Log Message:
-----------
lang-python/cython/trunk: style changes, also make sure the package is now CSWCython but CSWcython

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

Modified: csw/mgar/pkg/lang-python/cython/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cython/trunk/Makefile	2013-01-18 13:15:09 UTC (rev 20169)
+++ csw/mgar/pkg/lang-python/cython/trunk/Makefile	2013-01-18 13:48:22 UTC (rev 20170)
@@ -6,17 +6,25 @@
 
 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.
+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.
 
-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.
+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/
+MASTER_SITES = $(PYPI_MIRROR)
 DISTFILES  = $(DISTNAME).tar.gz
 
-PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
 GARCOMPILER = SOS12U3
 
 LICENSE = LICENSE.txt
@@ -24,7 +32,7 @@
 REINPLACE_USRLOCAL = $(libdir)/python/site-packages/pyximport/pyximport.py
 REINPLACE_WHEN_USRLOCAL = postinstall
 
-PACKAGES += CSWcython
+PACKAGES = CSWcython
 RUNTIME_DEP_PKGS_CSWcython += CSWpython
 RUNTIME_DEP_PKGS_CSWcython += CSWlibpython2-6-1-0
 
@@ -34,7 +42,7 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
-CONFIGURE_SCRIPTS = 
+CONFIGURE_SCRIPTS =
 TEST_SCRIPTS =
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py
 INSTALL_ARGS += --root=$(DESTDIR)

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