merge of '49118a4c6035353c0f8cf1aa30297dd36e43241f'
[vuplus_openembedded] / packages / python / python-opendir_1.0.bb
1 DESCRIPTION = "POSIX opendir support for Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PD"
5 HOMEPAGE = "http://rabenfrost.net/mokopedia/opendir/"
6 DEPENDS = "python-pyrex-native python-cython-native"
7 PR = "ml0"
8
9 SRC_URI = "\
10   file://opendir.pyx \
11   file://setup.py \
12 "
13 S = "${WORKDIR}"
14
15 inherit distutils