aboutsummaryrefslogtreecommitdiff
path: root/gis/OWSLib/OWSLib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gis/OWSLib/OWSLib.SlackBuild')
-rw-r--r--gis/OWSLib/OWSLib.SlackBuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/gis/OWSLib/OWSLib.SlackBuild b/gis/OWSLib/OWSLib.SlackBuild
index 82fc79f481..dfd13c0bc1 100644
--- a/gis/OWSLib/OWSLib.SlackBuild
+++ b/gis/OWSLib/OWSLib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for OWSLib
-# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT
+# Copyright 2023-2025 Giancarlo Dessi, Cagliari, IT
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OWSLib
-VERSION=${VERSION:-0.31.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.34.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,13 +77,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# This removes code fragments depending on pytz, not required in -current
-# thanks to Brent Spillner
-# https://github.com/spillner/OWSLib/commit/1848bea97a9af6e2e5a69dad46af606c73cffb0c
-if [ -x /usr/bin/python3.12 ]; then
- patch -p1 < $CWD/remove_dependency_on_pytz.patch
-fi
-
python3 setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \