diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:11:45 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:11:45 +0000 |
commit | 8c2485968c55d4719ca8f38db8757c16e89922e2 (patch) | |
tree | 9c14001c12181e0f6bb25bf0f38d8e9495f798ad /packages/python/python-imdbpy_3.1.bb | |
parent | 113c64905afa7f9f5eff1d2b186678c4e9e52017 (diff) |
python-imdbpy: update to 3.1
Diffstat (limited to 'packages/python/python-imdbpy_3.1.bb')
-rw-r--r-- | packages/python/python-imdbpy_3.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-imdbpy_3.1.bb b/packages/python/python-imdbpy_3.1.bb new file mode 100644 index 0000000000..09c6000230 --- /dev/null +++ b/packages/python/python-imdbpy_3.1.bb @@ -0,0 +1,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 + |