summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-12-29 10:38:33 +0100
committer Erik Hanson2014-01-07 18:13:58 +0100
commit596845c578c5e09ecfc0061b3af8b08a3227c4b2 (patch)
tree879cc03082a3d1885d34c5d567faef3035266eda /python
parent4a19b54fe7e4ef8b64336510e4946944fb1a71dd (diff)
downloadslackbuilds-596845c578c5e09ecfc0061b3af8b08a3227c4b2.tar.gz
python/geopy: Updated for version 0.97.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/geopy/geopy.SlackBuild10
-rw-r--r--python/geopy/geopy.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/python/geopy/geopy.SlackBuild b/python/geopy/geopy.SlackBuild
index a7979bc675..798e5dcef4 100644
--- a/python/geopy/geopy.SlackBuild
+++ b/python/geopy/geopy.SlackBuild
@@ -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
diff --git a/python/geopy/geopy.info b/python/geopy/geopy.info
index 47cf90b7cd..c73818251f 100644
--- a/python/geopy/geopy.info
+++ b/python/geopy/geopy.info
@@ -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"