aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-imdbpy_1.2.oe
blob: c9fddcd6a1853132dde599b64f9b36f17e61f6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database."
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
SRCNAME = "imdbpy"

SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/IMDbPY-${PV}"

inherit distutils