33 lines
952 B
Bash
33 lines
952 B
Bash
# Template file for 'python-icalendar'
|
|
pkgname=python-icalendar
|
|
version=3.9.2
|
|
revision=1
|
|
wrksrc="icalendar-${version}"
|
|
noarch=yes
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
pycompile_module="icalendar"
|
|
hostmakedepends="python-setuptools python3.4-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=0b2d2610e039404e22a0a72fe5a59614374e7bd15ed824ead6ef6f8d36b41e2f
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst LICENSE
|
|
}
|
|
|
|
python3.4-icalendar_package() {
|
|
noarch=yes
|
|
pycompile_module="icalendar"
|
|
pycompile_version="3.4"
|
|
depends="python3.4-dateutil python3.4-pytz"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
vlicense LICENSE.rst LICENSE
|
|
}
|
|
}
|