# Template file for 'python3-icalendar'
pkgname=python3-icalendar
version=6.3.1
revision=2
build_style=python3-pep517
make_check_target=src/icalendar/tests
hostmakedepends="hatchling hatch-vcs"
depends="python3-dateutil"
checkdepends="python3-dateutil python3-pytz python3-pytest python3-hypothesis"
short_desc="Parser/generator of iCalendar files for use with Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/collective/icalendar"
distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz"
checksum=a697ce7b678072941e519f2745704fc29d78ef92a2dc53d9108ba6a04aeba466
conflicts="python-icalendar>=0"

post_install() {
	vlicense LICENSE.rst LICENSE
}
