python-urlgrabber: switch to python2-module

This commit is contained in:
Alessio Sergi 2016-10-16 22:25:47 +02:00
parent f558807dda
commit 21d6c0d838

View file

@ -1,13 +1,12 @@
# Template file for 'python-urlgrabber'
pkgname=python-urlgrabber
version=3.10.1
revision=1
revision=2
wrksrc="urlgrabber-${version}"
build_style=python-module
build_style=python2-module
hostmakedepends="python python-curl"
makedepends="${hostmakedepends}"
depends="${makedepends}"
replaces="urlgrabber>=0"
noarch=yes
pycompile_module="urlgrabber"
short_desc="A high-level cross-protocol url-grabber (Python2)"