20 lines
679 B
Bash
20 lines
679 B
Bash
# Template file for 'python3-MechanicalSoup'
|
|
pkgname=python3-MechanicalSoup
|
|
version=0.12.0
|
|
revision=6
|
|
build_style=python3-module
|
|
pycompile_module="mechanicalsoup"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-requests python3-six python3-lxml
|
|
python3-BeautifulSoup4"
|
|
short_desc="Python3 library for automating interaction with websites"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://mechanicalsoup.readthedocs.io/en/stable/index.html"
|
|
distfiles="${PYPI_SITE}/M/MechanicalSoup/MechanicalSoup-${version}.tar.gz"
|
|
checksum=39a60627a97981869251837b8bd082485f2f681df8a3315836ffaa74663627bd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|