python-isodate: rebuild for Python 3.5

Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
Alessio Sergi 2016-10-16 23:48:05 +02:00
parent 51adc67934
commit cd1d0ba38b
2 changed files with 14 additions and 8 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'python-isodate'
pkgname=python-isodate
version=0.5.4
revision=1
revision=2
noarch=yes
wrksrc="isodate-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
pycompile_module="isodate"
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
@ -16,13 +15,19 @@ license="BSD"
distfiles="${PYPI_SITE}/i/isodate/isodate-${version}.tar.gz"
checksum=42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31
python3.4-isodate_package() {
python3-isodate_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
depends="python3"
pycompile_module="isodate"
short_desc="${short_desc/Python2/Python3.4}"
replaces="python3.4-isodate>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3.4
vmove usr/lib/python3*
}
}
python3.4-isodate_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-isodate>=${version}_${revision}"
}

1
srcpkgs/python3-isodate Symbolic link
View file

@ -0,0 +1 @@
python-isodate