mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
python-isodate: update to 0.5.1
This commit is contained in:
parent
117805fa24
commit
3c3d904a67
1 changed files with 3 additions and 4 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'python-isodate'
|
# Template file for 'python-isodate'
|
||||||
pkgname=python-isodate
|
pkgname=python-isodate
|
||||||
version=0.5.0
|
version=0.5.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="isodate-${version}"
|
wrksrc="isodate-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="isodate"
|
pycompile_module="isodate"
|
||||||
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
|
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://pypi.python.org/pypi/isodate/"
|
homepage="https://pypi.python.org/pypi/isodate/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://pypi.python.org/packages/source/i/isodate/isodate-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/isodate/isodate-${version}.tar.gz"
|
||||||
checksum=f3e436a9c321882942a6c62e9d8ea49787b4c0ea7f7bb3cbd047bcf76bd0dfbe
|
checksum=b12aed31c0e834543497e24d609a41531a800d8304c39e6665c45ca023b012fb
|
||||||
|
|
||||||
python3.4-isodate_package() {
|
python3.4-isodate_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue