From c718694bc933112af1e279117293108faa3a591b Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 22 Oct 2015 11:54:21 +0200 Subject: [PATCH] wpull: pycompile_version="3.4" --- srcpkgs/wpull/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index f47eb7b1641..bed7232b5d8 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,15 +1,16 @@ # Template file for 'wpull' pkgname=wpull version=1.2.2 -revision=1 +revision=2 noarch=yes build_style=python-module python_versions="3.4" +pycompile_version="3.4" +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-dnspython3 python3.4-psutil python3.4-namedlist" -pycompile_module="wpull" short_desc="Wget-compatible web downloader and crawler" maintainer="Christian Neukirchen " homepage="https://github.com/chfoo/wpull"