mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-isort: Updated for version 5.13.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7da76eb1af
commit
cdeb15aeda
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-isort
|
||||
|
||||
# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2022-2024 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2018 Markus Rinne Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-isort
|
||||
SRCNAM=isort
|
||||
VERSION=${VERSION:-5.11.3}
|
||||
VERSION=${VERSION:-5.13.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-isort"
|
||||
VERSION="5.11.3"
|
||||
VERSION="5.13.2"
|
||||
HOMEPAGE="https://timothycrosley.github.io/isort/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e2/43/d99899bfa24a3914f0318536918ab8c91c09350b5482e4e9bb7291840ae3/isort-5.11.3.tar.gz"
|
||||
MD5SUM="66fbcee3d4dc83e8e434b1566086f1b1"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/87/f9/c1eb8635a24e87ade2efce21e3ce8cd6b8630bb685ddc9cdaca1349b2eb5/isort-5.13.2.tar.gz"
|
||||
MD5SUM="a4d791bf2a42d1fbaeb1f5cb2c9147b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue