aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-imdbpy_1.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-imdbpy_1.2.oe')
-rw-r--r--python/python-imdbpy_1.2.oe12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/python-imdbpy_1.2.oe b/python/python-imdbpy_1.2.oe
deleted file mode 100644
index c9fddcd6a1..0000000000
--- a/python/python-imdbpy_1.2.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database."
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core"
-SRCNAME = "imdbpy"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/IMDbPY-${PV}"
-
-inherit distutils
-