File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PortSystem 1.0
44PortGroup python 1.0
55
66name py-py2app
7- version 0.28.8
7+ version 0.28.9
88categories-append devel
99license {MIT PSF}
1010platforms {darwin any}
@@ -18,17 +18,21 @@ long_description \
1818
1919homepage https://py2app.readthedocs.io/
2020
21- checksums md5 d5f798f797ef433f46afd8b5e74e131a \
22- rmd160 d3d966ba0d65a9066dc20ed300991923652cd81a \
23- sha256 cab7aec752a8b83e7c6cef7c15271dc720155275e44cbf610e3162e0807313ec
21+ checksums md5 38da368bcf36265c1d2f65a8da32984c \
22+ rmd160 d6098494a4ea8cefd61289a5fe0913fc26432e64 \
23+ sha256 bcbddd3017c51203858428f4cd66a7d7ea1096c6d57f1257cc2fdb066927c7c5
2424
25- python.versions 37 38 39 310 311 312 313
25+ python.versions 37 38 39 310 311 312 313 314
2626
2727if {$subport ne $name } {
28- # needs pkg_resources at runtime
29- depends_lib port:py${python.version} -macholib \
28+ depends_lib port:py ${python.version} -altgraph \
29+ port:py${python.version} -macholib \
3030 port:py${python.version} -modulegraph \
31- port:py${python.version} -setuptools
31+ port:py${python.version} -packaging
32+ if {${python.version} < 38} {
33+ # needs pkg_resources at runtime when importlib.metadata is unavailable
34+ depends_lib-append port:py${python.version} -setuptools
35+ }
3236
3337 post-destroot {
3438 xinstall -m 755 -d ${destroot}${prefix} /share/doc/${subport} \
You can’t perform that action at this time.
0 commit comments