]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-urlgrabber/python-urlgrabber.nm
xorg-x11-drv-vmware: Update to 13.0.0.
[people/ms/ipfire-3.x.git] / python-urlgrabber / python-urlgrabber.nm
CommitLineData
4f9627bf 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4f9627bf
SS
4###############################################################################
5
802ea3af
MT
6name = python-urlgrabber
7version = 3.9.1
b1ec9178 8release = 3
802ea3af 9arch = noarch
b1ec9178 10thisapp = urlgrabber-%{version}
4f9627bf 11
802ea3af
MT
12groups = System/Libraries
13url = http://urlgrabber.baseurl.org/
14license = LGPLv2+
15summary = A high-level cross-protocol url-grabber.
4f9627bf 16
802ea3af
MT
17description
18 A high-level cross-protocol url-grabber for python supporting HTTP,
19 FTP and file locations. Features include keepalive, byte ranges,
4f9627bf 20 throttling, authentication, proxies and more.
802ea3af
MT
21end
22
23source_dl =
24
25build
26 requires
27 python-devel
28 python-pycurl
29 end
30
31 build = # Nothing to do
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36end
37
38packages
39 package %{name}
40 requires
41 python-pycurl
42 end
43 end
44end