diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template index 98045b7f73..846b8f6ac5 100644 --- a/srcpkgs/python-icalendar/template +++ b/srcpkgs/python-icalendar/template @@ -1,6 +1,6 @@ # Template file for 'python-icalendar' pkgname=python-icalendar -version=4.0.2 +version=4.0.3 revision=1 wrksrc="icalendar-${version}" noarch=yes @@ -8,14 +8,20 @@ build_style=python-module pycompile_module="icalendar" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-dateutil python-pytz" +checkdepends="python3-dateutil python3-pytz python3-coverage python3-pytest + python3-hypothesis" short_desc="Parser/generator of iCalendar files for use with Python2" maintainer="Oliver Kiddle " license="BSD-2-Clause" homepage="https://github.com/collective/icalendar" distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz" -checksum=80362a9f3c2686b88791fdb78c063f33bd96451f7b1b12140c5aad2df81c008c +checksum=07c2447a1d44cbb27c90b8c6a5c98e890cc1853c6223e2a52195cddec26c6356 alternatives="icalendar:icalendar:/usr/bin/icalendar2" +do_check() { + python3 setup.py test +} + post_install() { vlicense LICENSE.rst LICENSE }