mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
wpull: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
9e48f768e6
commit
db3fb1358d
1 changed files with 6 additions and 8 deletions
|
@ -1,16 +1,14 @@
|
||||||
# Template file for 'wpull'
|
# Template file for 'wpull'
|
||||||
pkgname=wpull
|
pkgname=wpull
|
||||||
version=1.2.3
|
version=1.2.3
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
python_versions="3.4"
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="wpull"
|
pycompile_module="wpull"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python3.4-tornado python3.4-trollius python3.4-lxml python3.4-chardet
|
depends="python3-tornado python3-trollius python3-lxml python3-chardet
|
||||||
python3.4-SQLAlchemy python3.4-html5lib python3.4-dnspython python3.4-psutil
|
python3-SQLAlchemy python3-html5lib python3-dnspython python3-psutil
|
||||||
python3.4-namedlist"
|
python3-namedlist"
|
||||||
short_desc="Wget-compatible web downloader and crawler"
|
short_desc="Wget-compatible web downloader and crawler"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="https://github.com/chfoo/wpull"
|
homepage="https://github.com/chfoo/wpull"
|
||||||
|
|
Loading…
Add table
Reference in a new issue