python3-urlgrabber: update to 4.0.0
This commit is contained in:
parent
8b04ebc210
commit
2a4c083502
|
@ -1,16 +0,0 @@
|
||||||
# Template file for 'python-urlgrabber'
|
|
||||||
pkgname=python-urlgrabber
|
|
||||||
version=3.10.2
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="urlgrabber-${version}"
|
|
||||||
build_style=python2-module
|
|
||||||
pycompile_module="urlgrabber"
|
|
||||||
hostmakedepends="python-devel"
|
|
||||||
depends="python-curl"
|
|
||||||
short_desc="High-level cross-protocol url-grabber (Python2)"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
||||||
license="LGPL-2.1-or-later"
|
|
||||||
homepage="http://urlgrabber.baseurl.org/"
|
|
||||||
distfiles="http://urlgrabber.baseurl.org/download/urlgrabber-${version}.tar.gz"
|
|
||||||
checksum=53691185e3d462bb0fa8db853a205ee79cdd4089687cddd22cabb8b3d4280142
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-urlgrabber'
|
||||||
|
pkgname=python3-urlgrabber
|
||||||
|
version=4.0.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="urlgrabber-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="urlgrabber"
|
||||||
|
hostmakedepends="python3-setuptools python3-six"
|
||||||
|
depends="python3-curl python3-six python3-setuptools"
|
||||||
|
short_desc="High-level cross-protocol url-grabber (Python3)"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://urlgrabber.baseurl.org/"
|
||||||
|
distfiles="http://urlgrabber.baseurl.org/download/urlgrabber-${version}.tar.gz"
|
||||||
|
checksum=d152d10c7decce45ce5b44f8ee8ee5fd0047217f4152eebb8e0c552ca5137af0
|
Loading…
Reference in New Issue