add python-pyyaml, yaml support for Python
authorMichael Lauer <mickey@vanille-media.de>
Fri, 13 Jun 2008 20:09:56 +0000 (20:09 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 13 Jun 2008 20:09:56 +0000 (20:09 +0000)
packages/python/python-pyyaml_3.05.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

diff --git a/packages/python/python-pyyaml_3.05.bb b/packages/python/python-pyyaml_3.05.bb
new file mode 100644 (file)
index 0000000..7f86bba
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "Python support for YAML"
+HOMEPAGE = "http://www.pyyaml.org"
+SECTION = "devel/python"
+LICENSE = "MIT"
+PR = "ml0"
+
+SRC_URI = "http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz"
+S = "${WORKDIR}/PyYAML-${PV}"
+
+inherit distutils
index aebfed3..669c941 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml29"
+PR = "ml30"
 
 RDEPENDS = "\
                python-ao               \
@@ -9,10 +9,8 @@ RDEPENDS = "\
                python-constraint       \
                python-dbus                     \
                python-dialog           \
-               python-pydirectfb               \
                task-python-efl                 \
                task-python-efl-examples                \
-               python-pycurl           \
                python-fam                      \
                python-fnorb            \
                python-formencode       \
@@ -45,6 +43,8 @@ RDEPENDS = "\
                python-pycairo          \
                python-pychecker        \
                python-pycodes          \
+               python-pycurl           \
+               python-pydirectfb       \
                python-pyephem          \
                python-pyfits           \
                python-pyflakes         \
@@ -69,6 +69,7 @@ RDEPENDS = "\
                python-pyweather        \
                python-pyxml            \
                python-pyxmlrpc         \
+               python-pyyaml           \
                python-scapy            \
                python-scons            \
                python-setuptools       \