From fc1b95eef9b28c36a0a0df5ddc7bfe4f009a52e6 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 9 Mar 2020 12:22:24 -0500 Subject: [PATCH] python-BeautifulSoup4: update to 4.8.2. --- srcpkgs/python-BeautifulSoup4/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template index e34cf8d3fe..956348442f 100644 --- a/srcpkgs/python-BeautifulSoup4/template +++ b/srcpkgs/python-BeautifulSoup4/template @@ -1,11 +1,10 @@ # Template file for 'python-BeautifulSoup4' pkgname=python-BeautifulSoup4 -version=4.8.1 -revision=2 +version=4.8.2 +revision=1 archs=noarch wrksrc="beautifulsoup4-${version}" build_style=python-module -pycompile_module="bs4" hostmakedepends="python-setuptools python3-setuptools" depends="python python-soupsieve" short_desc="Python2 HTML/XML parser" @@ -13,7 +12,7 @@ maintainer="Alessio Sergi " license="MIT" homepage="https://www.crummy.com/software/BeautifulSoup" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931 +checksum=05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a post_install() { vlicense LICENSE @@ -22,7 +21,6 @@ post_install() { python3-BeautifulSoup4_package() { archs=noarch depends="python3 python3-soupsieve" - pycompile_module="bs4" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python3*"