c9fddcd6a1853132dde599b64f9b36f17e61f6bc
[vuplus_openembedded] / python / python-imdbpy_1.2.oe
1 DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database."
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 RDEPENDS = "python-core"
6 SRCNAME = "imdbpy"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz"
9 S = "${WORKDIR}/IMDbPY-${PV}"
10
11 inherit distutils
12