From a9d7fb03a0bd3f930336cc00652968afe06f30d8 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Mon, 26 Nov 2018 22:54:14 -0600 Subject: [PATCH] New package: python3-MechanicalSoup-0.11.0 --- srcpkgs/python3-MechanicalSoup/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-MechanicalSoup/template diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template new file mode 100644 index 00000000000..8e706ec8f53 --- /dev/null +++ b/srcpkgs/python3-MechanicalSoup/template @@ -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 " +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 +}