summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-opendir_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-opendir_1.0.bb')
-rw-r--r--recipes/python/python-opendir_1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/python/python-opendir_1.0.bb b/recipes/python/python-opendir_1.0.bb
new file mode 100644
index 0000000000..324f5aca2a
--- /dev/null
+++ b/recipes/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 = "ml1"
+
+SRC_URI = "\
+ file://opendir.pyx \
+ file://setup.py \
+"
+S = "${WORKDIR}"
+
+inherit distutils