diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template index b9c83a0b6c6..cd053528410 100644 --- a/srcpkgs/python3-BeautifulSoup4/template +++ b/srcpkgs/python3-BeautifulSoup4/template @@ -1,22 +1,20 @@ # Template file for 'python3-BeautifulSoup4' pkgname=python3-BeautifulSoup4 -version=4.9.3 +version=4.10.0 revision=1 wrksrc="beautifulsoup4-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-soupsieve" +checkdepends="python3-pytest $depends" short_desc="Python3 HTML/XML parser" maintainer="Orphaned " license="MIT" homepage="https://www.crummy.com/software/BeautifulSoup" changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25 +checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891 -do_check() { - : -} post_install() { vlicense LICENSE }