python/geopy: Updated for version 0.97.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2013-12-29 16:38:33 +07:00 committed by Erik Hanson
parent 4a19b54fe7
commit 596845c578
2 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
# Currently maintained by Benjamin Trigona-Harany
PRGNAM=geopy
VERSION=${VERSION:-0.96.2}
VERSION=${VERSION:-0.97}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,10 +52,10 @@ fi
cd $PRGNAM-release-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="geopy"
VERSION="0.96.2"
VERSION="0.97"
HOMEPAGE="https://github.com/geopy/geopy"
DOWNLOAD="https://github.com/geopy/geopy/archive/release-0.96.2.tar.gz"
MD5SUM="8c3d7809f40a79d9e5d0aed23018b56e"
DOWNLOAD="https://github.com/geopy/geopy/archive/release-0.97.tar.gz"
MD5SUM="2e55f5e548b2301d01bb1ab1986c8674"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"