File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PortGroup python 1.0
55PortGroup select 1.0
66
77name py-mypy
8- version 1.18.2
8+ version 1.19.0
99revision 0
1010license MIT
1111maintainers {toby @tobypeterson} openmaintainer
@@ -19,9 +19,9 @@ long_description Add type annotations to your Python programs, and use mypy t
1919
2020homepage 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
2626python.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} {
You can’t perform that action at this time.
0 commit comments