21 lines
741 B
Bash
21 lines
741 B
Bash
# Template file for 'python3-icalendar'
|
|
pkgname=python3-icalendar
|
|
version=5.0.4
|
|
revision=1
|
|
build_style=python3-module
|
|
make_check_target=src/icalendar/tests
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/collective/icalendar"
|
|
distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz"
|
|
checksum=f0aa86d6f5bc110ed3b91e96c48c70351d7a09fbed25366f673dc0b799c83975
|
|
conflicts="python-icalendar>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst LICENSE
|
|
}
|