Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (83dd56a877a697e6510a527d0460f913deffb4db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (83dd56a877a697e6510a527d0460f913deffb4db)
  • Date: Wed, 6 Jan 2010 03:44:53 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 9 +++++++++
python-pypi/cython/BUILD | 1 +
python-pypi/cython/DEPENDS | 2 ++
python-pypi/cython/DETAILS | 25 +++++++++++++++++++++++++
python-pypi/cython/HISTORY | 3 +++
python-pypi/python-evas/BUILD | 1 +
python-pypi/python-evas/DEPENDS | 6 ++++++
python-pypi/python-evas/DETAILS | 18 ++++++++++++++++++
python-pypi/python-evas/HISTORY | 3 +++
python-pypi/python-evas/PREPARE | 2 ++
10 files changed, 70 insertions(+)

New commits:
commit 83dd56a877a697e6510a527d0460f913deffb4db
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

python-pypi/python-evas: new spell, evas python binding

commit a2c340c20d4b8b10ab1fdaefb633535ca519c1c6
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

python-pypi/cython new spell added

diff --git a/ChangeLog b/ChangeLog
index 2c88edd..345e306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * python-pypi/python-evas: new spell,
+ python-evas is a python binding for evas (EFL) library.
+
+2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * python-pypi/cython: new spell,
+ The Cython compiler for writing C extensions for the Python
+ language.
+
2010-01-05 Eric Sandall <sandalle AT sourcemage.org>
* groups: Added libvirt:179

diff --git a/python-pypi/cython/BUILD b/python-pypi/cython/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/python-pypi/cython/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/python-pypi/cython/DEPENDS b/python-pypi/cython/DEPENDS
new file mode 100755
index 0000000..8f99c78
--- /dev/null
+++ b/python-pypi/cython/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
new file mode 100755
index 0000000..a5ba033
--- /dev/null
+++ b/python-pypi/cython/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=cython
+ VERSION=0.12
+ SOURCE=Cython-${VERSION}.tar.gz
+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
+ 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"
+cat << EOF
+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
+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.
+
+EOF
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
new file mode 100644
index 0000000..832ebd4
--- /dev/null
+++ b/python-pypi/cython/HISTORY
@@ -0,0 +1,3 @@
+2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: Created
+
diff --git a/python-pypi/python-evas/BUILD b/python-pypi/python-evas/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/python-pypi/python-evas/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/python-pypi/python-evas/DEPENDS b/python-pypi/python-evas/DEPENDS
new file mode 100755
index 0000000..9dbd3aa
--- /dev/null
+++ b/python-pypi/python-evas/DEPENDS
@@ -0,0 +1,6 @@
+depends subversion &&
+depends evas &&
+depends cython &&
+depends python &&
+depends pyrex &&
+depends setuptools
diff --git a/python-pypi/python-evas/DETAILS b/python-pypi/python-evas/DETAILS
new file mode 100755
index 0000000..fb3a564
--- /dev/null
+++ b/python-pypi/python-evas/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=python-evas
+if [ "$PYEVAS_CVS_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$SPELL:$SPELL
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://trac.enlightenment.org/e/wiki
+ ENTERED=20100106
+ LICENSE[0]=BSD
+ SHORT="a python binding for evas"
+cat << EOF
+A python binding for evas.
+EOF
diff --git a/python-pypi/python-evas/HISTORY b/python-pypi/python-evas/HISTORY
new file mode 100644
index 0000000..67a7243
--- /dev/null
+++ b/python-pypi/python-evas/HISTORY
@@ -0,0 +1,3 @@
+2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, BUILD: spell created
+
diff --git a/python-pypi/python-evas/PREPARE b/python-pypi/python-evas/PREPARE
new file mode 100755
index 0000000..1481b24
--- /dev/null
+++ b/python-pypi/python-evas/PREPARE
@@ -0,0 +1,2 @@
+config_query ELEMENTARY_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (83dd56a877a697e6510a527d0460f913deffb4db), Puppet_Master, 01/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page