python-mechanize: update to 0.4.0
This commit is contained in:
parent
ab149e71a4
commit
8495667122
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-mechanize'
|
# Template file for 'python-mechanize'
|
||||||
pkgname=python-mechanize
|
pkgname=python-mechanize
|
||||||
version=0.3.7
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mechanize-${version}"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="mechanize-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="mechanize"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python python-html5lib"
|
depends="python python-html5lib"
|
||||||
pycompile_module="mechanize"
|
|
||||||
short_desc="Stateful programmatic web browsing in Python"
|
short_desc="Stateful programmatic web browsing in Python"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/python-mechanize/mechanize"
|
homepage="https://github.com/python-mechanize/mechanize"
|
||||||
distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz"
|
distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz"
|
||||||
checksum=b23a70941ec3dddcb71ea501a173cb0ba69a87d60cd4f1b208bee34da161d085
|
checksum=fbdd2cace109f62d93f0c45747aa7ae6656ae7894f83b752622f4e943a21d079
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue