Skip to content

Commit

Permalink
mat2: update to 0.13.5
Browse files Browse the repository at this point in the history
py-mutagen: add python 3.13 support
  • Loading branch information
akierig committed Jan 12, 2025
1 parent cb27740 commit b88e94d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions multimedia/mat2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name mat2
version 0.13.4
revision 1
version 0.13.5
revision 0
categories-prepend multimedia
license LGPL-3
supported_archs noarch
Expand All @@ -18,11 +18,11 @@ long_description mat2 is a metadata removal tool, supporting a wide range \
of commonly used file formats, written in python3.
homepage https://0xacab.org/jvoisin/mat2

checksums rmd160 2b44330ae69d37ecb916fc35614365dfbc4fe67f \
sha256 744aeee924c9898a397fe930593b803c540389bf39cd24553b99a89acc2f5901 \
size 47947
checksums rmd160 f46d1fb8933eb07ee66cff173560cceabc692678 \
sha256 d7e7c4f0f0cfcf8bd656f97919281d0c6207886d84bdfdbb192c152ebf91fe19 \
size 52277

python.default_version 312
python.default_version 313

depends_lib-append port:py${python.version}-cairo \
port:py${python.version}-mutagen \
Expand Down
2 changes: 1 addition & 1 deletion python/py-mutagen/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ checksums rmd160 7c409dd63eb770a1cb14150b2611d16d43975b74 \
sha256 719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99 \
size 1274186

python.versions 39 310 311 312
python.versions 39 310 311 312 313

if {${subport} ne ${name}} {
post-destroot {
Expand Down

0 comments on commit b88e94d

Please sign in to comment.