summaryrefslogtreecommitdiff
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

k/patch noexec stampsRichard Purdie1 2011-08-11gcc: Various fixups to ensure consistent gcc buildsRichard Purdie1 2011-07-27multilib: Add support for compiling recipes against multiple ABIsRichard Purdie1 2011-07-20libgcc: correct mode on libgcc_s.so.1 to ensure it gets strippedPhil Blundell1 2011-06-28gcc: Fix file ownershipMark Hatle1 2011-06-23gcc-4.6: Switch to using svn SRC_URI for recipeKhem Raj1