void-packages/srcpkgs/python3-mechanize/template
2021-10-09 08:01:09 -04:00

20 lines
635 B
Bash

# Template file for 'python3-mechanize'
pkgname=python3-mechanize
version=0.4.3
revision=7
wrksrc="mechanize-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-html5lib"
checkdepends="$depends"
short_desc="Stateful programmatic web browsing (Python3)"
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=7c452a3eed7f83a13674027a58a4afe57ca67630d252a789ac1c15dcd55d310c
post_install() {
vlicense LICENSE
}