summaryrefslogtreecommitdiff
path: root/packages/python/python-imdbpy_3.1.bb
blob: 72d30fb89ba45e172a3842c1f7f5f5f9a3a8a033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/imdb/parser/common/.debug"
/td>scripts/send-error-report: Set exit code if error occursRichard Purdie1 2014-08-06scripts/send-error-report: fetch /Errors/ instead of /.Roxana Ciobanu1 2014-04-24report-error: Add posting in the public noteSaul Wold1 2014-04-23scripts/send-error-report: simple hack to use proxy from the enviromentStefan Stanacar1 2014-04-19scripts/send-error-report: use a real server as the defaultStefan Stanacar1 2014-04-04send-error-report: show responseMartin Jansa1 2014-02-14report-error.bbclass: new class to save build information when errors occurAndreea Proca1