diff options
| author | Robert Schuster <thebohemian@gmx.net> | 2008-10-07 23:49:56 +0000 |
|---|---|---|
| committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-07 23:49:56 +0000 |
| commit | 570c4b81062fc43f021950e6449c1b0dd6d6c602 (patch) | |
| tree | f0dfabf4a3d2246a3a0d3a35a963fd44c158cdac /packages/python/python-pyyaml_svn.bb | |
| parent | de7bcfef852d62482f776453472de653cbec2f4b (diff) | |
| parent | ea83ce724eaa0cbb5caf93ee90c60a7c1f89feef (diff) | |
merge of '7d22e72b69f8f66fb6c9a1517dd341b70559cfc7'
and 'c82c3d791987b7feb095d7b6b0c12a52eef72fb0'
Diffstat (limited to 'packages/python/python-pyyaml_svn.bb')
| -rw-r--r-- | packages/python/python-pyyaml_svn.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/python/python-pyyaml_svn.bb b/packages/python/python-pyyaml_svn.bb new file mode 100644 index 0000000000..3f316cff82 --- /dev/null +++ b/packages/python/python-pyyaml_svn.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Python support for YAML" +HOMEPAGE = "http://www.pyyaml.org" +SECTION = "devel/python" +LICENSE = "MIT" +DEPENDS = "libyaml python-cython-native" +PV = "3.05+svnr${SRCREV}" +PR = "ml0" + +SRC_URI = "\ + svn://svn.pyyaml.org/pyyaml;module=trunk;proto=http \ + file://setup.py \ +" +S = "${WORKDIR}/trunk" + +inherit distutils + +do_configure_prepend() { + # upstream setup.py overcomplicated, use ours + install -m 0644 ${WORKDIR}/setup.py ${S} +} |
