Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (da86545cea4634902873bdfb58a43a65acbb327e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (da86545cea4634902873bdfb58a43a65acbb327e)
  • Date: Mon, 9 Dec 2013 10:03:12 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
python-pypi/python-efl/CONFLICTS | 2 ++
python-pypi/python-efl/DEPENDS | 4 ++++
python-pypi/python-efl/DETAILS | 18 ++++++++++++++++++
python-pypi/python-efl/HISTORY | 3 +++
python-pypi/python-efl/PREPARE | 2 ++
6 files changed, 32 insertions(+)

New commits:
commit da86545cea4634902873bdfb58a43a65acbb327e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-efl mentioned in ChangeLog

commit 3ccd538e73f90a4ea46a2877b56c575cbbd41ce9
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-pypi/python-efl: new spell, python bindings for EFL

diff --git a/ChangeLog b/ChangeLog
index ada0cd5..6950224 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-12-09 Ladislav Hagara <hgr AT vabo.cz>
+ * python-pypi/python-efl: new spell, python bindings for EFL
+
2013-12-04 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS: fix PYTHON2 typo

diff --git a/python-pypi/python-efl/CONFLICTS
b/python-pypi/python-efl/CONFLICTS
new file mode 100755
index 0000000..b2ed5cd
--- /dev/null
+++ b/python-pypi/python-efl/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts python-evas &&
+conflicts python-elementary
diff --git a/python-pypi/python-efl/DEPENDS b/python-pypi/python-efl/DEPENDS
new file mode 100755
index 0000000..4de62d8
--- /dev/null
+++ b/python-pypi/python-efl/DEPENDS
@@ -0,0 +1,4 @@
+depends PYTHON &&
+depends cython &&
+depends efl &&
+depends elementary
diff --git a/python-pypi/python-efl/DETAILS b/python-pypi/python-efl/DETAILS
new file mode 100755
index 0000000..f7fe148
--- /dev/null
+++ b/python-pypi/python-efl/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=python-efl
+if [[ ${PYTHON-EFL_AUTOUPDATE} == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+
SOURCE_URL[0]=git://git.enlightenment.org/bindings/python/${SPELL}.git:$SPELL-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://www.enlightenment.org/
+ ENTERED=20131209
+ LICENSE[0]=BSD
+ SHORT="python bindings for EFL and Elementary"
+cat << EOF
+PYTHON-EFL are the python bindings for EFL and Elementary.
+EOF
diff --git a/python-pypi/python-efl/HISTORY b/python-pypi/python-efl/HISTORY
new file mode 100644
index 0000000..7f8c84a
--- /dev/null
+++ b/python-pypi/python-efl/HISTORY
@@ -0,0 +1,3 @@
+2013-12-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PREPARE, CONFLICTS: spell created
+
diff --git a/python-pypi/python-efl/PREPARE b/python-pypi/python-efl/PREPARE
new file mode 100755
index 0000000..f8b7d7e
--- /dev/null
+++ b/python-pypi/python-efl/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (da86545cea4634902873bdfb58a43a65acbb327e), Ladislav Hagara, 12/09/2013

Archive powered by MHonArc 2.6.24.

Top of Page