mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/OWSLib: Updated for version 0.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
45724ae6a4
commit
ee04acc2fe
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for OWSLib
|
||||
|
||||
# Copyright 2023 Giancarlo Dessi, Cagliari, IT
|
||||
# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT
|
||||
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OWSLib
|
||||
VERSION=${VERSION:-0.29.3}
|
||||
VERSION=${VERSION:-0.30.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="OWSLib"
|
||||
VERSION="0.29.3"
|
||||
VERSION="0.30.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/OWSLib/"
|
||||
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.29.3/OWSLib-0.29.3.tar.gz"
|
||||
MD5SUM="7e32f977c7ec05582301563689cdbc1f"
|
||||
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.30.0/OWSLib-0.30.0.tar.gz"
|
||||
MD5SUM="c2ba9d5fd13b4c8795153e89c0c65322"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-lxml python3-dateutil pytz"
|
||||
REQUIRES="python3-dateutil pytz python3-lxml"
|
||||
MAINTAINER="Giancarlo Dessi"
|
||||
EMAIL="slack@giand.it"
|
||||
|
|
Loading…
Reference in a new issue