aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-opendir_1.0.bb
blob: 36811be2be72e2fd448b433a87f21a9b61299138 (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"
FILE_PR = "ml0"

SRC_URI = "\
  file://opendir.pyx \
  file://setup.py \
"
S = "${WORKDIR}"

inherit distutils