Skip to content

Commit db99010

Browse files
committed
py-mypy: update to 1.19.0
1 parent c8ae722 commit db99010

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

python/py-mypy/Portfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PortGroup python 1.0
55
PortGroup select 1.0
66

77
name py-mypy
8-
version 1.18.2
8+
version 1.19.0
99
revision 0
1010
license MIT
1111
maintainers {toby @tobypeterson} openmaintainer
@@ -19,9 +19,9 @@ long_description Add type annotations to your Python programs, and use mypy t
1919

2020
homepage https://www.mypy-lang.org
2121

22-
checksums rmd160 202a5efab61abef5e3fb56364aac87f64a7a18be \
23-
sha256 06a398102a5f203d7477b2923dda3634c36727fa5c237d8f859ef90c42a9924b \
24-
size 3448846
22+
checksums rmd160 33cf2b863cb477bbe3179b91b3925fda44b3b5b6 \
23+
sha256 f6b874ca77f733222641e5c46e4711648c4037ea13646fd0cdc814c2eaec2528 \
24+
size 3579025
2525

2626
python.versions 39 310 311 312 313 314
2727

@@ -30,7 +30,8 @@ if {${name} ne ${subport}} {
3030
port:py${python.version}-types-setuptools
3131
depends_lib-append port:py${python.version}-mypy_extensions \
3232
port:py${python.version}-typing_extensions \
33-
port:py${python.version}-pathspec
33+
port:py${python.version}-pathspec \
34+
port:py${python.version}-librt
3435
depends_run-append port:mypy_select
3536

3637
if {${python.version} < 311} {

0 commit comments

Comments
 (0)