mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/mypy: Updated for version 1.3.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6d91fd4445
commit
2abf0c63b5
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=mypy
|
PRGNAM=mypy
|
||||||
VERSION=${VERSION:-1.2.0}
|
VERSION=${VERSION:-1.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="mypy"
|
PRGNAM="mypy"
|
||||||
VERSION="1.2.0"
|
VERSION="1.3.0"
|
||||||
HOMEPAGE="https://github.com/python/mypy"
|
HOMEPAGE="https://github.com/python/mypy"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/9a/d0/d96d26e7a6f5a2ed4add8c649f30bce26fc413f25a6ecc5d93ab22c270e1/mypy-1.2.0.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/f9/88/3bfe07521fb9e74b449cbc4367434067ec70bfd8a24c652fa3e0f9597389/mypy-1.3.0.tar.gz"
|
||||||
MD5SUM="80e2ae0c98f18d1ec24d4630329d1728"
|
MD5SUM="27febd851a782a1599ed11d366ffcebb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="typing-extensions mypy_extensions"
|
REQUIRES="typing-extensions mypy_extensions"
|
||||||
|
|
Loading…
Reference in a new issue