python-isodate: update to 0.5.1
This commit is contained in:
parent
117805fa24
commit
3c3d904a67
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'python-isodate'
|
||||
pkgname=python-isodate
|
||||
version=0.5.0
|
||||
version=0.5.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="isodate-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python"
|
||||
pycompile_module="isodate"
|
||||
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://pypi.python.org/pypi/isodate/"
|
||||
license="BSD"
|
||||
distfiles="https://pypi.python.org/packages/source/i/isodate/isodate-${version}.tar.gz"
|
||||
checksum=f3e436a9c321882942a6c62e9d8ea49787b4c0ea7f7bb3cbd047bcf76bd0dfbe
|
||||
distfiles="${PYPI_SITE}/i/isodate/isodate-${version}.tar.gz"
|
||||
checksum=b12aed31c0e834543497e24d609a41531a800d8304c39e6665c45ca023b012fb
|
||||
|
||||
python3.4-isodate_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue