void-packages/srcpkgs/python-mechanize/template

21 lines
648 B
Bash

# Template file for 'python-mechanize'
pkgname=python-mechanize
version=0.4.1
revision=1
archs=noarch
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=17aaec18b75c00b0b5ddd9426906f385373a989e53571ce0989aaffce2e798df
post_install() {
vlicense LICENSE
}