mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/mypy: Updated for version 1.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2fede60557
commit
c5b82b00d4
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mypy
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mypy"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.4.1"
|
||||
HOMEPAGE="https://github.com/python/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/f9/88/3bfe07521fb9e74b449cbc4367434067ec70bfd8a24c652fa3e0f9597389/mypy-1.3.0.tar.gz"
|
||||
MD5SUM="27febd851a782a1599ed11d366ffcebb"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/b3/28/d8a8233ff167d06108e53b7aefb4a8d7350adbbf9d7abd980f17fdb7a3a6/mypy-1.4.1.tar.gz"
|
||||
MD5SUM="5a9170e6d62d703ad78f64ed24820986"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typing-extensions mypy_extensions"
|
||||
|
|
Loading…
Reference in a new issue