python-mechanize: update to 0.3.5

Closes: #6846 [via git-merge-pr]
This commit is contained in:
Sir_Boops 2017-06-25 11:55:10 -06:00 committed by Michael Aldridge
parent 06031ac2ce
commit f2e9695d91
1 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-mechanize'
pkgname=python-mechanize
version=0.2.5
version=0.3.5
revision=1
wrksrc="mechanize-${version}"
noarch=yes
@ -11,6 +11,10 @@ pycompile_module="mechanize"
short_desc="Stateful programmatic web browsing in Python"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="BSD"
homepage="http://wwwsearch.sourceforge.net/mechanize/"
distfiles="${PYPI_SITE}/m/mechanize/mechanize-${version}.tar.gz"
checksum=2e67b20d107b30c00ad814891a095048c35d9d8cb9541801cebe85684cc84766
homepage="https://github.com/python-mechanize/mechanize"
distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz"
checksum=c386dbb992df8c59eb80f65205e0e0d907d3a8fe1e9a5a9b9c83785decec8438
post_install() {
vlicense LICENSE
}