summaryrefslogtreecommitdiff
path: root/packages/python/python-opendir_1.0.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-08 09:19:37 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-08 09:19:37 +0000
commit28c9719d37d58902f1a18b409367af8a49dff81f (patch)
tree88252a87fe729bf67c0d872f91c18cfe77296ce8 /packages/python/python-opendir_1.0.bb
parent3eeff5ac9faefa1b57c0a697fab3e58209de1af5 (diff)
parentec5f95f1eeeab7fa77450d7e9fc8b2629a0f99ea (diff)
merge of '26f1976aebe86c41d96f819481534c07971f4cfe'
and '46607c54b809e03372f1d5b8cdebbf77f4ffcd02'
Diffstat (limited to 'packages/python/python-opendir_1.0.bb')
-rw-r--r--packages/python/python-opendir_1.0.bb15
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