summaryrefslogtreecommitdiff
path: root/packages/python/python-imdbpy_3.1.bb
blob: 09c600023039b1ef7854b99bf1c2942b8e020c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database."
SECTION = "devel/python"
HOMEPAGE = "http://imdbpy.sourceforge.net/"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "IMDbPY"
PR = "ml0"

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

inherit distutils