aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/python
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/python')
-rw-r--r--recipes/obsolete/python/python-epsilon_svn.bb6
-rw-r--r--recipes/obsolete/python/python-etk_svn.bb13
2 files changed, 19 insertions, 0 deletions
diff --git a/recipes/obsolete/python/python-epsilon_svn.bb b/recipes/obsolete/python/python-epsilon_svn.bb
new file mode 100644
index 0000000000..e70d4ec602
--- /dev/null
+++ b/recipes/obsolete/python/python-epsilon_svn.bb
@@ -0,0 +1,6 @@
+require python-efl.inc
+DEPENDS += "epsilon python-ecore"
+RDEPENDS += "python-ecore"
+
+SRCREV = "${EFL_SRCREV}"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"
diff --git a/recipes/obsolete/python/python-etk_svn.bb b/recipes/obsolete/python/python-etk_svn.bb
new file mode 100644
index 0000000000..bc0ad9846e
--- /dev/null
+++ b/recipes/obsolete/python/python-etk_svn.bb
@@ -0,0 +1,13 @@
+require python-efl.inc
+DEPENDS += "etk python-evas python-ecore"
+RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes"
+PV = "0.1.1+svnr${SRCPV}"
+PR = "ml1"
+
+SRCREV = "${EFL_SRCREV}"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"
+
+do_stage() {
+ distutils_stage_all
+}