blob: 4552f882c8b01817cc4989c5bca8748453718cea (
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 Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
SRCNAME = "imdbpy"
SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/IMDbPY-${PV}"
inherit distutils
|