python-urlgrabber: switch to python2-module
This commit is contained in:
parent
f558807dda
commit
21d6c0d838
1 changed files with 2 additions and 3 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue