21 lines
648 B
Bash
21 lines
648 B
Bash
# Template file for 'python-mechanize'
|
|
pkgname=python-mechanize
|
|
version=0.4.2
|
|
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=c14a7899f34b2d8ecc0c5ec8ff26559dc39eba56668697f2e2b008e1cb82e183
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|