mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python-unicodecsv: Updated for version 0.12.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
576f4532d9
commit
c30130588b
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-unicodecsv
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-17)
|
||||
VERSION=${VERSION:-0.11.2}
|
||||
VERSION=${VERSION:-0.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-unicodecsv"
|
||||
VERSION="0.11.2"
|
||||
VERSION="0.12.0"
|
||||
HOMEPAGE="https://github.com/jdunck/python-unicodecsv"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/u/unicodecsv/unicodecsv-0.11.2.tar.gz"
|
||||
MD5SUM="2f37366f3649474ce60260fd3b7ce306"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/u/unicodecsv/unicodecsv-0.12.0.tar.gz"
|
||||
MD5SUM="8a4556b471a8741cb7b498f7cafeb0f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue