aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-imdbpy_2.5.bb
blob: b42c3c48d9b3173805b7859bed548cf0126715d2 (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"
LICENSE = "GPL"
SRCNAME = "IMDbPY"
PR = "ml0"

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

inherit distutils