From 5eb169bb6a83cb8827880290dbc727ef57fed4b7 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 25 Mar 2010 16:13:29 +0000 Subject: python-urlgrabber: Update to 3.9.1 with extra patches from Fedora Add a couple of extra patches from Fedora to make the latest createrepo package work. Signed-off-by: Joshua Lock --- meta/packages/python/python-urlgrabber_3.9.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/packages/python/python-urlgrabber_3.9.1.bb (limited to 'meta/packages/python/python-urlgrabber_3.9.1.bb') diff --git a/meta/packages/python/python-urlgrabber_3.9.1.bb b/meta/packages/python/python-urlgrabber_3.9.1.bb new file mode 100644 index 0000000000..9f3a4cc6a7 --- /dev/null +++ b/meta/packages/python/python-urlgrabber_3.9.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "urlgrabber is a pure python package that drastically simplifies the fetching of files." + +HOMEPAGE = "http://urlgrabber.baseurl.org/" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://urlgrabber.baseurl.org/download/urlgrabber-${PV}.tar.gz \ + file://urlgrabber-HEAD.patch;patch=1 \ + file://urlgrabber-reset.patch;patch=1" +S = "${WORKDIR}/urlgrabber-${PV}" + +DEPENDS = "python-pycurl" + +inherit distutils \ No newline at end of file -- cgit v1.2.3-54-g00ecf