Skip to content

Commit

Permalink
unicode: Update to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jan 31, 2025
1 parent 41bbc17 commit fed0ec2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions textproc/unicode/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
PortSystem 1.0

name unicode
version 2.9
checksums rmd160 6662cb4a01b36eed2c97a7da3ef170e26a4d3aaf \
sha256 f0d48a7bfa73ac57953b5e7530642f4b26c06c8ccd09bbb8d1510218cd79aaae \
size 21833
version 3.2
checksums rmd160 92174fa084b8315fdc4f4cfa64c982f4dd362889 \
sha256 c0e5bb38ddc218dd4c65bc84c04621fb60037181232b79169d6d5f00a424ddc0 \
size 22805

categories textproc
maintainers {ryandesign @ryandesign} openmaintainer
Expand All @@ -19,11 +19,11 @@ master_sites ${homepage} \
${homepage}old/
distfiles ${name}_${version}.orig${extract.suffix}

worksrcdir ${name}
set python_version 3.13

depends_run port:python39
depends_run port:python[string map {. {}} ${python_version}]

configure.python ${prefix}/bin/python3.9
configure.python ${prefix}/bin/python${python_version}

use_configure no

Expand Down

0 comments on commit fed0ec2

Please sign in to comment.