From 8495667122d8444ff8ce1cbd7c79eacf192bf1b0 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 25 Jan 2019 08:21:24 -0600 Subject: [PATCH] python-mechanize: update to 0.4.0 --- srcpkgs/python-mechanize/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template index c47da2652f3..ce8bc9e32a6 100644 --- a/srcpkgs/python-mechanize/template +++ b/srcpkgs/python-mechanize/template @@ -1,19 +1,19 @@ # Template file for 'python-mechanize' pkgname=python-mechanize -version=0.3.7 +version=0.4.0 revision=1 -wrksrc="mechanize-${version}" noarch=yes +wrksrc="mechanize-${version}" build_style=python2-module +pycompile_module="mechanize" hostmakedepends="python-setuptools" depends="python python-html5lib" -pycompile_module="mechanize" short_desc="Stateful programmatic web browsing in Python" maintainer="Farhad Shahbazi " license="BSD-3-Clause" homepage="https://github.com/python-mechanize/mechanize" distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz" -checksum=b23a70941ec3dddcb71ea501a173cb0ba69a87d60cd4f1b208bee34da161d085 +checksum=fbdd2cace109f62d93f0c45747aa7ae6656ae7894f83b752622f4e943a21d079 post_install() { vlicense LICENSE