From db3fb1358d1c4c399c3a01b513127839ae74c775 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 15:43:40 +0200 Subject: [PATCH] wpull: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/wpull/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index 7ab3fd30ba3..d29179b5deb 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,16 +1,14 @@ # Template file for 'wpull' pkgname=wpull version=1.2.3 -revision=2 +revision=3 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="wpull" -hostmakedepends="python-setuptools python3.4-setuptools" -depends="python3.4-tornado python3.4-trollius python3.4-lxml python3.4-chardet - python3.4-SQLAlchemy python3.4-html5lib python3.4-dnspython python3.4-psutil - python3.4-namedlist" +hostmakedepends="python-setuptools python3-setuptools" +depends="python3-tornado python3-trollius python3-lxml python3-chardet + python3-SQLAlchemy python3-html5lib python3-dnspython python3-psutil + python3-namedlist" short_desc="Wget-compatible web downloader and crawler" maintainer="Christian Neukirchen " homepage="https://github.com/chfoo/wpull"