aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/python/python-urlgrabber_3.9.1.bb
blob: 9f3a4cc6a7f0a7bed910daa4689071199a31e02b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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