mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python-dateutil: Updated for version 2.5.3
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
59a17ecb91
commit
dce1d6cad0
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-dateutil
|
||||
|
||||
# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-dateutil
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
VERSION=${VERSION:-2.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix end-of-line encoding.
|
||||
for i in NEWS PKG-INFO python_dateutil.egg-info/{zip-safe,PKG-INFO}; do
|
||||
for i in NEWS; do
|
||||
sed -e 's/\r//' $i > ${i}.new
|
||||
touch -r $i ${i}.new
|
||||
mv ${i}.new $i
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-dateutil"
|
||||
VERSION="2.4.2"
|
||||
VERSION="2.5.3"
|
||||
HOMEPAGE="http://labix.org/python-dateutil"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.2.tar.gz"
|
||||
MD5SUM="4ef68e1c485b09e9f034e10473e5add2"
|
||||
DOWNLOAD="https://pypi.python.org/packages/3e/f5/aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902/python-dateutil-2.5.3.tar.gz"
|
||||
MD5SUM="05ffc6d2cc85a7fd93bb245807f715ef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six"
|
||||
|
|
Loading…
Reference in a new issue