blob: 324f5aca2a2edfbcee62a1a2406b1844a3b12ee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|