--- /dev/null
+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
+}
+
DESCRIPTION= "Everything Python"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
-PR = "ml36"
+PR = "ml38"
RDEPENDS = "\
python-ao \
python-dialog \
task-python-efl \
task-python-efl-examples \
- python-fam \
+# python-fam \
python-fnorb \
python-formencode \
python-fpconst \
python-pyxml \
python-pyxmlrpc \
python-pyyaml \
+ python-rpyc \
python-scapy \
python-scons \
python-setuptools \
python-spyro \
python-sqlalchemy \
python-sqlobject \
- python-sword \
+# python-sword \
python-tlslite \
python-urwid \
python-vmaps \