Skip to content

Commit

Permalink
py-imagecodecs: update to 2024.12.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Dec 30, 2024
1 parent 28777e7 commit cc69361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
25 changes: 6 additions & 19 deletions python/py-imagecodecs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup python 1.0

name py-imagecodecs
epoch 1
version 2024.9.22
revision 1
version 2024.12.30
revision 0

categories-append graphics
license BSD
Expand All @@ -17,9 +17,9 @@ long_description {*}${description}

homepage https://github.com/cgohlke/imagecodecs/

checksums rmd160 12beb6d8104470769bbd6d85c06d37571e848dcf \
sha256 fea0801b4008d25e971918d991397a351bbe76276cfa98eed2de54cb87e894a3 \
size 9483739
checksums rmd160 d9cf49479dc60d09c543ff916fecec40073f3f27 \
sha256 4c88f745719313cabea6dd5f1e69c9f93346de91c0f1e770eb969f2232247f21 \
size 9502615

python.versions 39 310 311 312 313

Expand All @@ -29,7 +29,7 @@ if {${name} ne ${subport}} {
depends_build-append \
path:bin/cython-${python.branch}:py${python.version}-cython

depends_lib-append \
depends_lib-append \
port:blosc \
port:brotli \
port:brunsli \
Expand All @@ -48,17 +48,4 @@ if {${name} ne ${subport}} {
port:webp \
port:zopfli \
port:zstd

post-extract {
# DOS to UNIX line endings so we can patch.
reinplace -W ${worksrcpath} "s|\r||g" \
setup.py
}

patchfiles patch-setup.py.diff

post-patch {
reinplace "s|%PREFIX%|${prefix}|g" \
${worksrcpath}/setup.py
}
}
11 changes: 0 additions & 11 deletions python/py-imagecodecs/files/patch-setup.py.diff

This file was deleted.

0 comments on commit cc69361

Please sign in to comment.