diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-09-13 21:46:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-13 21:46:46 +0700 |
commit | 5c1d91a9c51711e98ee376a442318e782fe4ced2 (patch) | |
tree | b0a4a496d78967a3ee28e3aab3be620591522eb8 /gis | |
parent | 8368929d5405c44c78b54c7694c75d7458ea73c6 (diff) |
gis/OWSLib: Updated for version 0.29.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/OWSLib/OWSLib.SlackBuild | 8 | ||||
-rw-r--r-- | gis/OWSLib/OWSLib.info | 12 |
2 files changed, 9 insertions, 11 deletions
diff --git a/gis/OWSLib/OWSLib.SlackBuild b/gis/OWSLib/OWSLib.SlackBuild index fdc27f9965d2d..8ed3ce4309833 100644 --- a/gis/OWSLib/OWSLib.SlackBuild +++ b/gis/OWSLib/OWSLib.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for OWSLib +# Copyright 2023 Giancarlo Dessi, Cagliari, IT # Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=OWSLib -VERSION=${VERSION:-0.24.1} +VERSION=${VERSION:-0.29.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -85,7 +83,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS.rst LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/gis/OWSLib/OWSLib.info b/gis/OWSLib/OWSLib.info index e907627074a4a..57dc62ef6df4b 100644 --- a/gis/OWSLib/OWSLib.info +++ b/gis/OWSLib/OWSLib.info @@ -1,10 +1,10 @@ PRGNAM="OWSLib" -VERSION="0.24.1" +VERSION="0.29.2" HOMEPAGE="https://pypi.python.org/pypi/OWSLib/" -DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.24.1/OWSLib-0.24.1.tar.gz" -MD5SUM="f1ebd84931da238128a1245f24de3a39" +DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.29.2/OWSLib-0.29.2.tar.gz" +MD5SUM="17f8c6bb4d797bc5ef434e97ff055305" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-dateutil pytz lxml" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +REQUIRES="lxml python3-dateutil pytz" +MAINTAINER="Giancarlo Dessi" +EMAIL="slack@giand.it" |