Skip to content

Commit 45e462c

Browse files
committed
py-panel: update to 1.8.4; code cleanup
1 parent d654ce2 commit 45e462c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

python/py-panel/Portfile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ PortGroup python 1.0
55
PortGroup select 1.0
66

77
name py-panel
8-
version 1.8.3
8+
version 1.8.4
99
revision 0
10+
1011
categories-append graphics devel
1112
license BSD
1213
maintainers {mps @Schamschula} openmaintainer
@@ -19,16 +20,16 @@ homepage https://panel.holoviz.org
1920
supported_archs noarch
2021
platforms {darwin any}
2122

22-
python.versions 310 311 312 313
23+
checksums rmd160 44634d5020408e896af0c43bdb55348d7a909f78 \
24+
sha256 c4d6e7e3a895d3a42b6b69ee30d3acc191580619a2d1b8cd18f7f6684246a67f \
25+
size 32098216
2326

24-
checksums rmd160 8d440189548ce5c23d98b27dce53bb9b1a1ade80 \
25-
sha256 192a25fa4afdb25c5d0bf00d3749bb1b3601f25cddb76492e355fa278f91fce8 \
26-
size 32093790
27+
python.versions 310 311 312 313
2728

28-
if {${name} ne ${subport}} {
29-
python.pep517_backend \
29+
python.pep517_backend \
3030
hatch
3131

32+
if {${name} ne ${subport}} {
3233
depends_build-append \
3334
port:npm11 \
3435
port:py${python.version}-hatch-vcs \
@@ -63,17 +64,17 @@ if {${name} ne ${subport}} {
6364
port:npm11 \
6465
port:npm8
6566

66-
depends_run-replace \
67+
depends_lib-replace \
6768
path:bin/node:nodejs24 \
6869
path:bin/node:nodejs14
6970
}
7071

71-
if {${os.major} < 16} {
72+
if {${os.major} > 12 && ${os.major} < 16} {
7273
depends_build-replace \
7374
port:npm11 \
7475
port:npm9
7576

76-
depends_run-replace \
77+
depends_lib-replace \
7778
path:bin/node:nodejs24 \
7879
path:bin/node:nodejs18
7980
}

0 commit comments

Comments
 (0)