mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-mypy: update to 0.521
ChangeLog: - Fine-graned control of any type - __setattr__ support - Hash-based incremental cache - NamedTuple methods - Improved error messages See http://mypy-lang.blogspot.co.za/2017/07/mypy-0520-released.html and http://mypy-lang.blogspot.co.za/2017/07/mypy-0521-released.html PR: 221230 Approved by: Florian Limberger (flo@snakeoilproductions.net)
This commit is contained in:
parent
0ddc6acaf2
commit
003d651c4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448773
2 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mypy
|
||||
PORTVERSION= 0.501
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.521
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490943629
|
||||
SHA256 (mypy-0.501.tar.gz) = 1098ba0bc55b4f6cebdf35f1303be31107f2ae5a753f9aec28aaff2d701b8f98
|
||||
SIZE (mypy-0.501.tar.gz) = 679701
|
||||
TIMESTAMP = 1501873020
|
||||
SHA256 (mypy-0.521.tar.gz) = 9d30df20cd937b80cfc6007d75426f27a232789cfa288c63bf9370f2542c9658
|
||||
SIZE (mypy-0.521.tar.gz) = 1284634
|
||||
|
|
Loading…
Add table
Reference in a new issue