void-packages/srcpkgs/python-mechanize/template
2019-12-23 18:05:13 +01:00

32 lines
885 B
Bash

# Template file for 'python-mechanize'
pkgname=python-mechanize
version=0.4.3
revision=3
archs=noarch
wrksrc="mechanize-${version}"
build_style=python-module
pycompile_module="mechanize"
hostmakedepends="python-setuptools python3-setuptools"
depends="python python-html5lib"
short_desc="Stateful programmatic web browsing (Python2)"
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
}
python3-mechanize_package() {
archs=noarch
depends="python3 python3-html5lib"
pycompile_module="mechanize"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}