diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-08 09:18:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-08 09:18:11 +0000 |
commit | ec5f95f1eeeab7fa77450d7e9fc8b2629a0f99ea (patch) | |
tree | 42ba568dbc9c9c5f79e54540e1c3932ff76be663 /packages/python/python-opendir_1.0.bb | |
parent | 1f73b34c676b7bb2864063b83174c07c9a29d7fb (diff) |
add python-opendir, an extension module using POSIX opendir semantics
Diffstat (limited to 'packages/python/python-opendir_1.0.bb')
-rw-r--r-- | packages/python/python-opendir_1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-opendir_1.0.bb b/packages/python/python-opendir_1.0.bb new file mode 100644 index 0000000000..88f22a1d9a --- /dev/null +++ b/packages/python/python-opendir_1.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "POSIX opendir support for Python" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "PD" +HOMEPAGE = "http://rabenfrost.net/mokopedia/opendir/" +DEPENDS = "python-pyrex-native python-cython-native" +PR = "ml0" + +SRC_URI = "\ + file://opendir.pyx \ + file://setup.py \ +" +S = "${WORKDIR}" + +inherit distutils |