Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (76d2e3f6048d6cfbe29ff7c1aa39628c9b12245b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (76d2e3f6048d6cfbe29ff7c1aa39628c9b12245b)
  • Date: Wed, 16 Feb 2011 07:34:08 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/cython/BUILD | 1 -
python-pypi/cython/DEPENDS | 2 +-
python-pypi/cython/DETAILS | 21 ++++++++++-----------
python-pypi/cython/HISTORY | 5 ++++-
4 files changed, 15 insertions(+), 14 deletions(-)

New commits:
commit 76d2e3f6048d6cfbe29ff7c1aa39628c9b12245b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cython: => 0.14.1

diff --git a/python-pypi/cython/BUILD b/python-pypi/cython/BUILD
deleted file mode 100755
index a05d2aa..0000000
--- a/python-pypi/cython/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_python
diff --git a/python-pypi/cython/DEPENDS b/python-pypi/cython/DEPENDS
index 8f99c78..bc66e00 100755
--- a/python-pypi/cython/DEPENDS
+++ b/python-pypi/cython/DEPENDS
@@ -1,2 +1,2 @@
depends python &&
-depends setuptools
+depends setuptools
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
index a5ba033..9bd18cc 100755
--- a/python-pypi/cython/DETAILS
+++ b/python-pypi/cython/DETAILS
@@ -1,25 +1,24 @@
SPELL=cython
- VERSION=0.12
+ VERSION=0.14.1
SOURCE=Cython-${VERSION}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cython-${VERSION}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Cython-${VERSION}"
SOURCE_URL[0]=http://www.cython.org/release/${SOURCE}
SOURCE_URL[1]=http://pypi.python.org/packages/source/C/Cython/${SOURCE}
-
SOURCE_HASH=sha512:9905bda9884f10edb213ab7823fedf27448363f5e9b83577d55623d174cd5b8ab014b1af9e39ff5a2293ff2ee648e93239b95c47cb02c159acecacb3977da568
+
SOURCE_HASH=sha512:d51f0759cf3916cad2afe95a52aa390f7f302eb2c0bf5b8fd02f407061fadbad891b2cca6516ad194e8b27985e7d3da978c40b21c6e90a95b0701d6112e35bdf
WEB_SITE=http://www.cython.org/
ENTERED=20100106
LICENSE[0]=APACHE
KEYWORDS="python C"
- SHORT="Cython is a language that makes writing C extensions for
the Python language as easy as Python itself"
+ SHORT="C-Extensions for Python"
cat << EOF
-Cython is based on the well-known Pyrex, but supports more cutting edge
+Cython is based on the well-known Pyrex, but supports more cutting edge
functionality and optimizations.

-The Cython language is very close to the Python language, 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
+The Cython language is very close to the Python language, 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 wrapping external C libraries, and
for
-fast C modules that speed up the execution of Python code.
-
+This makes Cython the ideal language for wrapping external C libraries, and
for
+fast C modules that speed up the execution of Python code.
EOF
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
index 832ebd4..ff35aa5 100644
--- a/python-pypi/cython/HISTORY
+++ b/python-pypi/cython/HISTORY
@@ -1,3 +1,6 @@
+2011-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.1; corrected descs; quoting paths
+ * BUILD: removed
+
2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS, DEPENDS, BUILD: Created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (76d2e3f6048d6cfbe29ff7c1aa39628c9b12245b), Vlad Glagolev, 02/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page