Merge pull request #3050 from okapia/icalendar

python-icalendar: fix separation of python 2.7/3.4 files
This commit is contained in:
Jürgen Buchmüller 2015-11-26 05:02:43 +01:00
commit 92f5b43bab
1 changed files with 2 additions and 2 deletions

View File

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