void-packages/srcpkgs/python-mechanize/template
2019-01-25 19:53:10 -02:00

20 lines
646 B
Bash

# Template file for 'python-mechanize'
pkgname=python-mechanize
version=0.4.0
revision=1
noarch=yes
wrksrc="mechanize-${version}"
build_style=python2-module
pycompile_module="mechanize"
hostmakedepends="python-setuptools"
depends="python python-html5lib"
short_desc="Stateful programmatic web browsing in Python"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="BSD-3-Clause"
homepage="https://github.com/python-mechanize/mechanize"
distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz"
checksum=fbdd2cace109f62d93f0c45747aa7ae6656ae7894f83b752622f4e943a21d079
post_install() {
vlicense LICENSE
}