[oe-commits] Michael 'Mickey' Lauer : python-rpyc: new recipe; remote procedure call package for python

GIT User account git at amethyst.openembedded.net
Tue Nov 25 16:54:08 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d930861216a318e6d851b2a8cea8f78b786bdec6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d930861216a318e6d851b2a8cea8f78b786bdec6

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Nov 25 17:52:33 2008 +0100

python-rpyc: new recipe; remote procedure call package for python

---

 packages/python/python-rpyc_3.00.bb      |   30 ++++++++++++++++++++++++++++++
 packages/tasks/task-python-everything.bb |    7 ++++---
 2 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/packages/python/python-rpyc_3.00.bb b/packages/python/python-rpyc_3.00.bb
new file mode 100644
index 0000000..b11856b
--- /dev/null
+++ b/packages/python/python-rpyc_3.00.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "RPyC is a Remote Procedure Call Package for Python"
+SECTION = "devel/python"
+HOMEPAGE = "http://rpyc.wikizone.com"
+LICENSE = "GPL"
+SRCNAME = "rpyc"
+PR = "ml0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/rpyc/${SRCNAME}-${PV}-dev.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}-dev/build"
+
+inherit distutils
+
+do_configure_prepend() {
+	cd ..
+	rm -rf build
+	mkdir build
+	mkdir build/rpyc
+	
+	cp README build
+	cp setup.py build
+	cp __init__.py build/rpyc
+	cp license.py build/rpyc
+	cp -r core build/rpyc/
+	cp -r servers build/rpyc/
+	cp -r utils build/rpyc/
+	
+	cd build
+	find . -name "*.pyc" | xargs rm -f
+}
+
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb
index 02cecbf..ca92c24 100644
--- a/packages/tasks/task-python-everything.bb
+++ b/packages/tasks/task-python-everything.bb
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml36"
+PR = "ml38"
 
 RDEPENDS = "\
 		python-ao 		\
@@ -12,7 +12,7 @@ RDEPENDS = "\
 		python-dialog		\
 		task-python-efl			\
 		task-python-efl-examples		\
-		python-fam			\
+#		python-fam			\
 		python-fnorb		\
 		python-formencode	\
 		python-fpconst		\
@@ -76,6 +76,7 @@ RDEPENDS = "\
 		python-pyxml		\
 		python-pyxmlrpc		\
 		python-pyyaml		\
+		python-rpyc			\
 		python-scapy		\
 		python-scons		\
 		python-setuptools	\
@@ -89,7 +90,7 @@ RDEPENDS = "\
 		python-spyro		\
 		python-sqlalchemy	\
 		python-sqlobject	\
-		python-sword		\
+#		python-sword		\
 		python-tlslite		\
 		python-urwid		\
 		python-vmaps		\





More information about the Openembedded-commits mailing list