Skip to content

Commit

Permalink
py-clang: Update clang19 to 19.1.7
Browse files Browse the repository at this point in the history
- add py313 subport
  • Loading branch information
eborisch authored Jan 25, 2025
1 parent ac02b25 commit a4688b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/py-clang/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ PortGroup python 1.0

# meta-version; bump whenever underlying variants are updated. Needed to
# support portindex (variants can't have different versions.)
version 12
version 13
# Needed for change to meta-versioning
epoch 1
name py-clang
python.versions 39 310 311 312
python.versions 39 310 311 312 313
license NCSA
maintainers {eborisch @eborisch} \
openmaintainer
Expand All @@ -23,7 +23,7 @@ platforms {darwin any}

livecheck.url https://api.github.com/repos/llvm/llvm-project/git/refs/tags
# Update this to the most recent clang supported
livecheck.version 19.1.2
livecheck.version 19.1.7
livecheck.regex {llvmorg-([\d.]+)\"}

if {${name} ne ${subport}} {
Expand All @@ -35,9 +35,9 @@ if {${name} ne ${subport}} {
cfe-3.7.1.src.tar.xz \
rmd160 185b0f75970bc50682766a21794440578db87b5d \
sha256 56e2164c7c2a1772d5ed2a3e57485ff73ff06c97dff12edbeea1acc4412b0674 \
clang-19.1.2.src.tar.xz \
rmd160 cbc65ca6a76b59d4a8827416a0177cca7fabd95d \
sha256 54aa3514c96a28b26482e84c44916fb3eac7c3bca2d1721d67154b52e84433c1 \
clang-19.1.7.src.tar.xz \
rmd160 320657b6b78ae206d3a95cebeb4050062f6dc519 \
sha256 11e5e4ecab5338b9914de3b83a4622cb200de466b7c56ba675afb72fa7d64675 \
clang-18.1.8.src.tar.xz \
rmd160 703b8825a5451db6011e8614dd7bc403877849b8 \
sha256 5724fe0a13087d5579104cedd2f8b3bc10a212fb79a0fcdac98f4880e19f4519
Expand All @@ -46,7 +46,7 @@ if {${name} ne ${subport}} {

# Keeping 37 around for old systems; otherwise two latest releases.
set clanglist {37 19 18}
set clangvlist {3.7.1 19.1.2 18.1.8}
set clangvlist {3.7.1 19.1.7 18.1.8}

foreach cvnum $clanglist {
# Explictly use (and depend on) the libclang we select during install
Expand Down

0 comments on commit a4688b1

Please sign in to comment.