gis/pytrainer: Updated for version 2.0.2.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kyle Guinn 2021-01-02 12:24:45 -06:00 committed by Willy Sudiarto Raharjo
parent e56b7f925f
commit 8df8c241d7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for Pytrainer # Slackware build script for Pytrainer
# Copyright 2014-2019 Kyle Guinn <elyk03@gmail.com> # Copyright 2014-2021 Kyle Guinn <elyk03@gmail.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytrainer PRGNAM=pytrainer
VERSION=${VERSION:-2.0.1} VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pytrainer" PRGNAM="pytrainer"
VERSION="2.0.1" VERSION="2.0.2"
HOMEPAGE="https://github.com/pytrainer/pytrainer" HOMEPAGE="https://github.com/pytrainer/pytrainer"
DOWNLOAD="https://github.com/pytrainer/pytrainer/archive/v2.0.1/pytrainer-2.0.1.tar.gz" DOWNLOAD="https://github.com/pytrainer/pytrainer/archive/v2.0.2/pytrainer-2.0.2.tar.gz"
MD5SUM="4f72a99412a40be7e40f5b84c8744472" MD5SUM="75e07caa70cf0bb609c26894061b77aa"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="lxml sqlalchemy-migrate python-dateutil python-certifi python-requests matplotlib webkit2gtk zenity" REQUIRES="lxml sqlalchemy-migrate python-dateutil python-certifi python-requests matplotlib webkit2gtk zenity"