17 lines
562 B
Bash
17 lines
562 B
Bash
|
# Template file for 'python-mechanize'
|
||
|
pkgname="python-mechanize"
|
||
|
version=0.2.5
|
||
|
revision=1
|
||
|
wrksrc="mechanize-${version}"
|
||
|
noarch=yes
|
||
|
build_style=python-module
|
||
|
hostmakedepends="python-setuptools"
|
||
|
depends="python"
|
||
|
pycompile_module="mechanize"
|
||
|
short_desc="Stateful programmatic web browsing in Python"
|
||
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||
|
license="BSD"
|
||
|
homepage="http://wwwsearch.sourceforge.net/mechanize/"
|
||
|
distfiles="${PYPI_SITE}/m/mechanize/mechanize-${version}.tar.gz"
|
||
|
checksum=2e67b20d107b30c00ad814891a095048c35d9d8cb9541801cebe85684cc84766
|