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