diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-09-26 08:15:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 17:40:06 +0700 |
commit | 4032f11e9bd350f50833dacd1cd020cc82575c09 (patch) | |
tree | 0eabc46e7006a698ce865e2af8930bf92e4aa1e4 /gis | |
parent | 09af2712a8537fdf8ff96b99ed981b2b65149215 (diff) | |
download | slackbuilds-4032f11e9bd350f50833dacd1cd020cc82575c09.tar.gz |
gis/geographiclib-python: 1.50.
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geographiclib-python/geographiclib-python.SlackBuild | 4 | ||||
-rw-r--r-- | gis/geographiclib-python/geographiclib-python.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gis/geographiclib-python/geographiclib-python.SlackBuild b/gis/geographiclib-python/geographiclib-python.SlackBuild index ad5c8abcad..73fa00c267 100644 --- a/gis/geographiclib-python/geographiclib-python.SlackBuild +++ b/gis/geographiclib-python/geographiclib-python.SlackBuild @@ -23,7 +23,7 @@ SRCNAM=geographiclib PRGNAM=$SRCNAM-python -VERSION=${VERSION:-1.49} +VERSION=${VERSION:-1.50} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README.rst \ + README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/gis/geographiclib-python/geographiclib-python.info b/gis/geographiclib-python/geographiclib-python.info index a801c39db4..3ea0bec6a6 100644 --- a/gis/geographiclib-python/geographiclib-python.info +++ b/gis/geographiclib-python/geographiclib-python.info @@ -1,8 +1,8 @@ PRGNAM="geographiclib-python" -VERSION="1.49" -HOMEPAGE="http://geographiclib.sourceforge.net/1.49/python/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/g/geographiclib/geographiclib-1.49.tar.gz" -MD5SUM="eec8f975cd72af4f8ddebade1f613184" +VERSION="1.50" +HOMEPAGE="http://geographiclib.sourceforge.net/1.50/python/" +DOWNLOAD="https://files.pythonhosted.org/packages/source/g/geographiclib/geographiclib-1.50.tar.gz" +MD5SUM="06cb02d3e8d84383f7d040c2df13e8ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |