void-packages/srcpkgs/python3-icalendar/template

21 lines
737 B
Bash

# Template file for 'python3-icalendar'
pkgname=python3-icalendar
version=4.0.6
revision=3
wrksrc="icalendar-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-dateutil python3-pytz"
checkdepends="python3-dateutil python3-pytz python3-pytest python3-hypothesis"
short_desc="Parser/generator of iCalendar files for use with Python3"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="BSD-2-Clause"
homepage="https://github.com/collective/icalendar"
distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz"
checksum=7e6fe7232622abe32d8f54d0936ffcd5a9087198a4c2f1ec1803a7dd9fdd979f
conflicts="python-icalendar>=0"
post_install() {
vlicense LICENSE.rst LICENSE
}