Skip to Content.
Sympa Menu

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

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 (7e99714d7da15e98757e2e66f7ba8a28575e8943)
  • Date: Wed, 6 Jan 2010 07:44:19 -0600

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

ChangeLog | 4 ++++
python-pypi/python-elementary/BUILD | 1 +
python-pypi/python-elementary/DEPENDS | 6 ++++++
python-pypi/python-elementary/DETAILS | 18 ++++++++++++++++++
python-pypi/python-elementary/HISTORY | 3 +++
python-pypi/python-elementary/PREPARE | 2 ++
python-pypi/python-evas/HISTORY | 3 +++
python-pypi/python-evas/PREPARE | 2 +-
8 files changed, 38 insertions(+), 1 deletion(-)

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

python-elementary: adding new spell

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

python-evas: Fixing variable name on PREPARE file

diff --git a/ChangeLog b/ChangeLog
index 345e306..7fb6412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * python-pypi/python-elementary: new spell,
+ python-elementary is a python binding for elementary widget library
+
+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.

diff --git a/python-pypi/python-elementary/BUILD
b/python-pypi/python-elementary/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/python-pypi/python-elementary/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/python-pypi/python-elementary/DEPENDS
b/python-pypi/python-elementary/DEPENDS
new file mode 100755
index 0000000..ec0488d
--- /dev/null
+++ b/python-pypi/python-elementary/DEPENDS
@@ -0,0 +1,6 @@
+depends subversion &&
+depends elementary &&
+depends cython &&
+depends python &&
+depends pyrex &&
+depends setuptools
diff --git a/python-pypi/python-elementary/DETAILS
b/python-pypi/python-elementary/DETAILS
new file mode 100755
index 0000000..3d5a232
--- /dev/null
+++ b/python-pypi/python-elementary/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=python-elementary
+if [ "$PYELEMENTARY_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 elementary"
+cat << EOF
+A python binding for elementary.
+EOF
diff --git a/python-pypi/python-elementary/HISTORY
b/python-pypi/python-elementary/HISTORY
new file mode 100644
index 0000000..67a7243
--- /dev/null
+++ b/python-pypi/python-elementary/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-elementary/PREPARE
b/python-pypi/python-elementary/PREPARE
new file mode 100755
index 0000000..489b27e
--- /dev/null
+++ b/python-pypi/python-elementary/PREPARE
@@ -0,0 +1,2 @@
+config_query PYELEMENTARY_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/python-pypi/python-evas/HISTORY b/python-pypi/python-evas/HISTORY
index 67a7243..f385f04 100644
--- a/python-pypi/python-evas/HISTORY
+++ b/python-pypi/python-evas/HISTORY
@@ -1,3 +1,6 @@
2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * PREPARE: fixing Variable name
+
+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
index 1481b24..b91027f 100755
--- a/python-pypi/python-evas/PREPARE
+++ b/python-pypi/python-evas/PREPARE
@@ -1,2 +1,2 @@
-config_query ELEMENTARY_CVS_AUTOUPDATE \
+config_query PYEVAS_CVS_AUTOUPDATE \
"Automatically update $SPELL on system-update?" n



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

Archive powered by MHonArc 2.6.24.

Top of Page