New package: python3-MechanicalSoup-0.11.0

This commit is contained in:
Alex Childs 2018-11-26 22:54:14 -06:00 committed by maxice8
parent f9710ce6d9
commit a9d7fb03a0
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,21 @@
# Template file for 'python3-MechanicalSoup'
pkgname=python3-MechanicalSoup
version=0.11.0
revision=1
noarch=yes
wrksrc=MechanicalSoup-${version}
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=2712ec0f3087cbc719c6c3dfb317a05800ff14fcdbfa67a2f9f6e07226e7a94c
post_install() {
vlicense LICENSE
}