python-icalendar: fix separation of python 2.7/3.4 files

This commit is contained in:
Oliver Kiddle 2015-11-25 22:28:58 +01:00
parent d8aa7cf0fa
commit 9ccbd58c25

View file

@ -1,7 +1,7 @@
# Template file for 'python-icalendar' # Template file for 'python-icalendar'
pkgname=python-icalendar pkgname=python-icalendar
version=3.9.1 version=3.9.1
revision=1 revision=2
wrksrc=icalendar-${version} wrksrc=icalendar-${version}
noarch=yes noarch=yes
build_style=python-module build_style=python-module
@ -26,7 +26,7 @@ python3.4-icalendar_package() {
pycompile_version="3.4" pycompile_version="3.4"
depends="python3.4-dateutil python3.4-pytz" depends="python3.4-dateutil python3.4-pytz"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
post_install() { pkg_install() {
vmove usr/lib/python3.4 vmove usr/lib/python3.4
vlicense LICENSE.rst LICENSE vlicense LICENSE.rst LICENSE
} }