python-icalendar: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
41faa7257d
commit
2ca32aa40d
2 changed files with 14 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-icalendar'
|
# Template file for 'python-icalendar'
|
||||||
pkgname=python-icalendar
|
pkgname=python-icalendar
|
||||||
version=3.10
|
version=3.10
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="icalendar-${version}"
|
wrksrc="icalendar-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
|
||||||
pycompile_module="icalendar"
|
pycompile_module="icalendar"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-dateutil python-pytz"
|
depends="python-dateutil python-pytz"
|
||||||
short_desc="Parser/generator of iCalendar files for use with Python2"
|
short_desc="Parser/generator of iCalendar files for use with Python2"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
|
@ -20,14 +19,20 @@ post_install() {
|
||||||
vlicense LICENSE.rst LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-icalendar_package() {
|
python3-icalendar_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="icalendar"
|
pycompile_module="icalendar"
|
||||||
pycompile_version="3.4"
|
replaces="python3.4-icalendar>=0"
|
||||||
depends="python3.4-dateutil python3.4-pytz"
|
depends="python3-dateutil python3-pytz"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE.rst LICENSE
|
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}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-icalendar
Symbolic link
1
srcpkgs/python3-icalendar
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-icalendar
|
Loading…
Reference in a new issue