Merge pull request #2667 from okapia/icalendar
New package: python-icalendar-3.9.1
This commit is contained in:
commit
e5e704314c
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-icalendar/template
Normal file
33
srcpkgs/python-icalendar/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'python-icalendar'
|
||||||
|
pkgname=python-icalendar
|
||||||
|
version=3.9.1
|
||||||
|
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=d8e05184f943713cbd56e7f1bb122b9befa3fd1e175eaef72abecb21db67193a
|
||||||
|
|
||||||
|
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}"
|
||||||
|
post_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE.rst LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-icalendar
Symbolic link
1
srcpkgs/python3.4-icalendar
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-icalendar
|
Loading…
Add table
Add a link
Reference in a new issue