void-packages/srcpkgs/python-icalendar/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

32 lines
890 B
Bash

# Template file for 'python-icalendar'
pkgname=python-icalendar
version=4.0.0
revision=1
wrksrc="icalendar-${version}"
noarch=yes
build_style=python-module
pycompile_module="icalendar"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-dateutil python-pytz"
short_desc="Parser/generator of iCalendar files for use with Python2"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="2-clause-BSD"
homepage="http://icalendar.readthedocs.org/"
distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz"
checksum=367a48b779b9d19d3a59f681bd159897507d7013827f91265bfada2bfa48d749
post_install() {
vlicense LICENSE.rst LICENSE
}
python3-icalendar_package() {
noarch=yes
pycompile_module="icalendar"
depends="python3-dateutil python3-pytz"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.rst LICENSE
}
}