python-efl:
authorMichael Lauer <mickey@vanille-media.de>
Thu, 6 Dec 2007 02:10:11 +0000 (02:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 6 Dec 2007 02:10:11 +0000 (02:10 +0000)
* add metapackage
* switch to cython
* catch up with cvs changes
* add python-epsilon

packages/python/python-ecore_cvs.bb
packages/python/python-efl.bb [new file with mode: 0644]
packages/python/python-efl.inc
packages/python/python-epsilon_cvs.bb [new file with mode: 0644]

index 73c9f1d..8f4db63 100644 (file)
@@ -1,5 +1,9 @@
 require python-efl.inc
 DEPENDS += "ecore"
 
-PR = "r1"
+PR = "r2"
+
+do_stage() {
+    distutils_stage_all
+}
 
diff --git a/packages/python/python-efl.bb b/packages/python/python-efl.bb
new file mode 100644 (file)
index 0000000..c667cef
--- /dev/null
@@ -0,0 +1,7 @@
+DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
+LICENSE = "MIT"
+SECTION = "devel/python"
+DEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
+
+ALLOW_EMPTY = "1"
+
index aa12b97..70e7c27 100644 (file)
@@ -2,17 +2,17 @@ DESCRIPTION = "${PN} bindings"
 LICENSE = "BSD"
 AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
 HOMEPAGE = "http://www.enlightenment.org"
-DEPENDS = "python-pyrex-native python-numeric"
+DEPENDS = "python-cython-native python-numeric"
 PV = "0.1.1+cvs${SRCDATE}"
 
-inherit distutils
+inherit setuptools
 
 SRC_URI = "${E_CVS};module=e17/proto/python-efl/${PN}"
 S = "${WORKDIR}/${PN}"
 
-do_install_append() {
-       rm ${D}${libdir}/${PYTHON_DIR}/site-packages/site.*
-}
+#do_install_append() {
+#      rm ${D}${libdir}/${PYTHON_DIR}/site-packages/site.*
+#}
 
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"
 
diff --git a/packages/python/python-epsilon_cvs.bb b/packages/python/python-epsilon_cvs.bb
new file mode 100644 (file)
index 0000000..315e34b
--- /dev/null
@@ -0,0 +1,4 @@
+require python-efl.inc
+DEPENDS += "epsilon python-evas"
+
+PR = "r0"