mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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'
|
# Template file for 'python-urlgrabber'
|
||||||
pkgname=python-urlgrabber
|
pkgname=python-urlgrabber
|
||||||
version=3.10.1
|
version=3.10.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="urlgrabber-${version}"
|
wrksrc="urlgrabber-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
hostmakedepends="python python-curl"
|
hostmakedepends="python python-curl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
replaces="urlgrabber>=0"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="urlgrabber"
|
pycompile_module="urlgrabber"
|
||||||
short_desc="A high-level cross-protocol url-grabber (Python2)"
|
short_desc="A high-level cross-protocol url-grabber (Python2)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue