38 lines
1.1 KiB
Bash
38 lines
1.1 KiB
Bash
# Template file for 'python-icalendar'
|
|
pkgname=python-icalendar
|
|
version=3.11.4
|
|
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=5696b18f791bbbb5972b87ea3d3c42a855ae641b0608477a451aa23f7defa347
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst LICENSE
|
|
}
|
|
|
|
python3-icalendar_package() {
|
|
noarch=yes
|
|
pycompile_module="icalendar"
|
|
replaces="python3.4-icalendar>=0"
|
|
depends="python3-dateutil python3-pytz"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE.rst LICENSE
|
|
}
|
|
}
|
|
python3.4-icalendar_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-icalendar>=${version}_${revision}"
|
|
}
|