Skip to content

Commit

Permalink
cabal: Use Python 312
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Feb 27, 2024
1 parent 77c7126 commit 7c8ed06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/cabal/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if {[exists extract.rename]} {

# use these to specify python versions, python3 required
# use ${prefix}/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl
set python3_version 310
set python3_version 312
set python3_branch [string index ${python3_version} 0].[string range ${python3_version} 1 end]
set python3_prefix ${frameworks_dir}/Python.framework/Versions/${python3_branch}
set python3_bin ${python3_prefix}/bin/python${python3_branch}
Expand All @@ -120,6 +120,7 @@ if {[exists extract.rename]} {
port:python${python3_version} \
port:py${python3_version}-importlib-metadata \
port:py${python3_version}-parsing \
port:py${python3_version}-setuptools \
port:py${python3_version}-sphinx \
port:py${python3_version}-sphinx-jsonschema \
port:py${python3_version}-sphinx_rtd_theme \
Expand Down

0 comments on commit 7c8ed06

Please sign in to comment.