20 lines
695 B
Bash
20 lines
695 B
Bash
# Template file for 'python3-mechanize'
|
|
pkgname=python3-mechanize
|
|
version=0.4.7
|
|
revision=3
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/python-mechanize/mechanize/master/ChangeLog"
|
|
distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz"
|
|
checksum=993da15561d335d9a6423d17c790e62dcfe92d7de620b3244fbd7a8efc422404
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|