From 5cf885d5bbacec442dac52ce147fa1a248221e37 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 8 Apr 2011 23:27:07 +0200 Subject: [PATCH] cython: Added cython 0.14.1 - A language for writing C extensions for the Python language --- develop/cython/cython.cache | 24 ++++++++++++++++++++++ develop/cython/cython.desc | 41 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 develop/cython/cython.cache create mode 100644 develop/cython/cython.desc diff --git a/develop/cython/cython.cache b/develop/cython/cython.cache new file mode 100644 index 000000000..b4aa89109 --- /dev/null +++ b/develop/cython/cython.cache @@ -0,0 +1,24 @@ + +[TIMESTAMP] 1302282522 Fri Apr 8 19:08:42 2011 +[BUILDTIME] 15 (5) +[SIZE] 5.35 MB, 316 files + +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] gst-python +[DEP] linux-header +[DEP] pygobject +[DEP] python +[DEP] sed +[DEP] setuptools +[DEP] sysfiles +[DEP] tar +[DEP] wxpython diff --git a/develop/cython/cython.desc b/develop/cython/cython.desc new file mode 100644 index 000000000..22193b116 --- /dev/null +++ b/develop/cython/cython.desc @@ -0,0 +1,41 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../cython/cython.desc +[COPY] Copyright (C) 2011 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A language for writing C extensions for the Python language + +[T] Cython is a language that makes writing C extensions for the Python +[T] language as easy as Python itself. Cython is based on the well-known, +[T] Pyrexbut supports more cutting edge functionality and optimizations. +[T] The Cython language is very close to the Python language, but Cython +[T] additionally supports calling C functions and declaring C types on +[T] variables and class attributes. This allows the compiler to generate +[T] very efficient C code from Cython code. +[T] This makes Cython the ideal language for wrapping external C libraries, +[T] and for fast C modules that speed up the execution of Python code. + +[U] http://cython.org/ + +[A] Stefan Behnel +[A] Robert Bradshaw +[A] Dag Sverre Seljebotn +[M] The OpenSDE Community + +[C] extra/development + +[L] APL +[S] Stable +[V] 0.14.1 +[P] X -----5---9 129.400 + +[D] 3954115386 Cython-0.14.1.tar.gz http://cython.org/release/