Skip to content

Commit cc4da76

Browse files
committed
py-py2app: update to 0.28.9, add py314
1 parent d89dbc1 commit cc4da76

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

python/py-py2app/Portfile

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup python 1.0
55

66
name py-py2app
7-
version 0.28.8
7+
version 0.28.9
88
categories-append devel
99
license {MIT PSF}
1010
platforms {darwin any}
@@ -18,17 +18,21 @@ long_description \
1818

1919
homepage 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

2727
if {$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} \

0 commit comments

Comments
 (0)