New package: python-isodate-0.4.8.
This commit is contained in:
parent
e476455ba4
commit
da516d41f4
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python-isodate'
|
||||
pkgname=python-isodate
|
||||
version=0.4.8
|
||||
revision=1
|
||||
wrksrc="isodate-${version}"
|
||||
build_style=python-module
|
||||
depends="python>=2.7<3.0"
|
||||
makedepends="python-devel"
|
||||
short_desc="An ISO 8601 date/time/duration parser and formater"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://pypi.python.org/pypi/isodate"
|
||||
distfiles="http://pypi.python.org/packages/source/i/isodate/isodate-${version}.tar.gz"
|
||||
checksum=45b84949e4d1ef4c9e55e4516bf7c33707e8007b80bf62fc887d3c7320ab400b
|
||||
long_desc="
|
||||
This module implements ISO 8601 date, time and duration parsing. The
|
||||
implementation follows ISO8601:2004 standard, and implements only date/time
|
||||
representations mentioned in the standard."
|
||||
|
||||
noarch=yes
|
||||
pycompile_module="isodate"b
|
Loading…
Reference in New Issue