void-packages/srcpkgs/python-isodate/template
2015-08-16 08:54:02 +02:00

29 lines
802 B
Bash

# Template file for 'python-isodate'
pkgname=python-isodate
version=0.5.4
revision=1
noarch=yes
wrksrc="isodate-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="isodate"
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://pypi.python.org/pypi/isodate/"
license="BSD"
distfiles="${PYPI_SITE}/i/isodate/isodate-${version}.tar.gz"
checksum=42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31
python3.4-isodate_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="isodate"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}