python-isodate: remove long_desc.
This commit is contained in:
parent
e0f4732725
commit
fc470f6c78
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python-isodate'
|
# Template file for 'python-isodate'
|
||||||
pkgname=python-isodate
|
pkgname=python-isodate
|
||||||
version=0.4.8
|
version=0.4.8
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="isodate-${version}"
|
wrksrc="isodate-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="isodate"
|
pycompile_module="isodate"
|
||||||
|
@ -14,7 +15,3 @@ license="BSD"
|
||||||
homepage="http://pypi.python.org/pypi/isodate"
|
homepage="http://pypi.python.org/pypi/isodate"
|
||||||
distfiles="http://pypi.python.org/packages/source/i/isodate/isodate-${version}.tar.gz"
|
distfiles="http://pypi.python.org/packages/source/i/isodate/isodate-${version}.tar.gz"
|
||||||
checksum=45b84949e4d1ef4c9e55e4516bf7c33707e8007b80bf62fc887d3c7320ab400b
|
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."
|
|
||||||
|
|
Loading…
Reference in New Issue