Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2f2cff7
py-pacmap: add py313 subport
essandess Nov 13, 2025
0926763
py-conllu: update to 6.0.0
essandess Nov 13, 2025
c009a4a
py-xxhash: update to 3.5.0, add py31[2,3] subports
essandess Nov 13, 2025
027f306
py-portalocker: add py313 subport
essandess Nov 13, 2025
5fdabba
py-timeout-decorator: add py31[2,3] subports
essandess Nov 13, 2025
69c8089
py-sacrebleu: update to 2.4.3, add py31[2,3] subports
essandess Nov 13, 2025
c5681e6
py-entrypoints: add py313 subport
essandess Nov 13, 2025
57912cc
py-imagehash: add py313 subport
essandess Nov 13, 2025
bbb6e99
py-annoy: add py313 subport
essandess Nov 13, 2025
1fc2df7
py-munch: add py313 subport
essandess Nov 13, 2025
e813c5f
py-cryptg: add py313 subport
essandess Nov 13, 2025
3ae27bc
py-importlib-resources: drop py36, add py313 subport
essandess Nov 13, 2025
1ec272c
py-emoji: add py313 subport
essandess Nov 13, 2025
b548ddd
py-sarpy: new port, version 1.3.61.1
essandess Nov 13, 2025
2597f83
py-mdx_linkify: add py313 subport
essandess Nov 13, 2025
89c9461
py-graph-tool: add py313 subport
essandess Nov 13, 2025
c503d02
py-recommonmark: add py313 subport
essandess Nov 13, 2025
489e5ec
py-catalogue: add py31[2,3] subports
essandess Nov 13, 2025
ae61e45
py-wasabi: add py313 subport
essandess Nov 13, 2025
e7738ee
py-confection: add py313 subport
essandess Nov 13, 2025
253f9fa
py-telethon: add py313 subport
essandess Nov 13, 2025
c087921
py-commonmark: add py313 subport
essandess Nov 13, 2025
a141d04
py-srsly: add py313 subport
essandess Nov 18, 2025
fadc167
py-cython-compat: add py313 subport
essandess Nov 19, 2025
0a2899c
py-mecab-python3: add py313 subport
reneeotten Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/py-annoy/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checksums rmd160 420aa9a6fe4f165b316907fa01821456d6def8c8 \
sha256 9cbfebefe0a5f843eba29c6be4c84d601f4f41ad4ded0486f1b88c3b07739c15 \
size 647460

python.versions 312
python.versions 312 313

compiler.cxx_standard 2014

Expand Down
2 changes: 1 addition & 1 deletion python/py-catalogue/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ long_description catalogue is a tiny, zero-dependencies library\
instead saved the function, you'd have to use\
Pickle for serialization, which has many drawbacks.

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

if {${name} ne ${subport}} {
test.run yes
Expand Down
2 changes: 1 addition & 1 deletion python/py-commonmark/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ checksums rmd160 87a980080d252986c782720cbb3e834ca4ede9da \
sha256 452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60 \
size 95764

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

if {${name} ne ${subport}} {
depends_test-append port:py${python.version}-hypothesis
Expand Down
2 changes: 1 addition & 1 deletion python/py-confection/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description The sweetest config system for Python
long_description {*}${description}

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

if {${name} ne ${subport}} {
depends_lib-append \
Expand Down
10 changes: 5 additions & 5 deletions python/py-conllu/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-conllu
version 4.5.3
version 6.0.0
revision 0

categories-append textproc
Expand All @@ -20,11 +20,11 @@ long_description CoNLL-U Parser parses a CoNLL-U formatted string \

homepage https://github.com/EmilStenstrom/conllu

checksums rmd160 6c5706dc200837469564c4eebe7f5103ce178efa \
sha256 a016cf77e203b2e3ace82fcf0cba2874530d1458e874521640eba36e19546acc \
size 32768
checksums rmd160 b6659a68ef0da5024d0c58ef7ed9c1c3aaa8ab46 \
sha256 bc6072d49d00e77f4454039519118c0500fafa0d0eb509f53793081084f50aba \
size 33856

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

if {${name} ne ${subport}} {
post-destroot {
Expand Down
2 changes: 1 addition & 1 deletion python/py-cryptg/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checksums ${distname}${extract.suffix} \
sha256 38f918c685c305569d7cee3795a932e28f61e633eeac452032a76f242ae7eb69 \
size 14200

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

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-cython-compat/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version 0.29.37
categories-append devel
license Apache-2

python.versions 27 35 36 37 38 39 310 311 312
python.versions 27 35 36 37 38 39 310 311 312 313

maintainers {jmr @jmroot} openmaintainer

Expand Down
3 changes: 1 addition & 2 deletions python/py-emoji/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PortGroup python 1.0
name py-emoji
version 2.12.1
revision 0

categories-append textproc
license BSD
maintainers nomaintainer
Expand All @@ -27,4 +26,4 @@ checksums rmd160 b79f2204bce93b0f7f15e26cdfcd035c3dc701cb \
sha256 4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb \
size 442019

python.versions 310 311 312
python.versions 310 311 312 313
2 changes: 1 addition & 1 deletion python/py-entrypoints/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platforms {darwin any}
license MIT
supported_archs noarch

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

maintainers {stromnov @stromnov} openmaintainer

Expand Down
2 changes: 1 addition & 1 deletion python/py-graph-tool/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ checksums rmd160 a8bbbc535313542edd9863c666cf185e74925cee \
# please ensure that this boost.version matches that specified in cgal5
boost.version 1.81

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

if {${os.major} <= 12 && ${os.platform} eq "darwin"} {
version 2.2.26
Expand Down
2 changes: 1 addition & 1 deletion python/py-imagehash/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ checksums rmd160 46c6a282f7ebb9c3fb5256a318259699fdb9e817 \
sha256 7038d1b7f9e0585beb3dd8c0a956f02b95a346c0b5f24a9e8cc03ebadaf0aa70 \
size 296989

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

if {${subport} ne ${name}} {
depends_run-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-importlib-resources/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checksums rmd160 30c72f5568b7e4b7dc76179089e19eb3fc96c0f4 \

# keep version for Python 2.7, which is an (indirect) dependency of py-virtualenv
# See <https://trac.macports.org/wiki/Python#VersionPolicy>
python.versions 27 36 39 310 311 312
python.versions 27 39 310 311 312 313

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-mdx_linkify/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license MIT
supported_archs noarch
platforms {darwin any}

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

maintainers nomaintainer

Expand Down
2 changes: 1 addition & 1 deletion python/py-mecab-python3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checksums rmd160 1009aecd45dfea47ff8b164a294000a152284757 \

distname mecab_python3-${version}

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

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-munch/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license MIT
supported_archs noarch
platforms {darwin any}

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

maintainers {stromnov @stromnov} openmaintainer

Expand Down
2 changes: 1 addition & 1 deletion python/py-pacmap/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checksums rmd160 fdbc16bb3948bdc4d0cbbbab287932e38e8891e0 \
sha256 fb726be829b47d90332b0357f205fee0a62cd0aec20bfad11d16ff1b407de0b5 \
size 26027

python.versions 312
python.versions 312 313

if {${name} ne ${subport}} {
depends_lib-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-portalocker/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checksums rmd160 d9bb4f62ade05527cd2e6621552889d4aba289ee \
sha256 6cadc1be8018dac770a0be6adf9f1938c3e83ad64f54e4303c90eef70c02517f \
size 32382

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

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-recommonmark/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checksums sha256 67957ffbbfb05c13f49c1a480b6b7e4b0b148ab70d07b8c20359
rmd160 2816fc6c3963b0aa4c4c014613e13537b062869a \
size 24705

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

if {${name} ne ${subport}} {
depends_run-append \
Expand Down
17 changes: 8 additions & 9 deletions python/py-sacrebleu/Portfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

github.setup mjpost sacrebleu 2.3.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-sacrebleu
version 2.4.3
revision 0
name py-${github.project}

license Apache-2
maintainers nomaintainer
Expand All @@ -26,11 +23,13 @@ long_description SacreBLEU provides hassle-free computation of \
knows all the standard test sets and handles \
downloading, processing, and tokenization for you.

checksums rmd160 4182d07794a3d9fa8f6815bef2a334e41677ac12 \
sha256 c8ed9c9b36d62ba12d029e2414fb29e3fb7d6c39d06adfcd2dacc5299556fb5b \
size 1866369
homepage https://github.com/mjpost/sacrebleu

python.versions 310 311
checksums rmd160 512d693aa83906f4e3b46a279d1505fba08a6573 \
sha256 e734b1e0baeaea6ade0fefc9d23bac3df50bf15775d8b78edc108db63654192a \
size 1896720

python.versions 310 311 312 313

if {${name} ne ${subport}} {
depends_run-append \
Expand Down
32 changes: 32 additions & 0 deletions python/py-sarpy/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0

name py-sarpy
version 1.3.61.1
revision 0

categories-append graphics science
license MIT
supported_archs noarch
platforms {darwin any}
maintainers nomaintainer

description Tools to read, write, and process complex SAR data and associated data.
long_description SarPy is a basic Python library to read, write, \
and do simple processing of complex SAR data using \
the NGA SICD format (standards linked below). It \
has been released by NGA to encourage the use of \
SAR data standards throughout the international \
SAR community. SarPy complements the SIX library \
(C++) and the MATLAB SAR Toolbox, which are implemented \
in other languages but have similar goals.

homepage https://github.com/ngageoint/sarpy

checksums rmd160 94bb5c2603721b1e63c3024fa3fa8f37b95c789e \
sha256 8d556c5daf09117e679e208dc5ae9a9adc90c952d3188a0fa4113420b9d18c68 \
size 1282916

python.versions 310 311 312 313
2 changes: 1 addition & 1 deletion python/py-srsly/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers {jonesc @cjones051073} openmaintainer
description Modern high-performance serialization utilities for Python
long_description {*}${description}

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

if {${name} ne ${subport}} {
# Not yet compatible with Cython 3
Expand Down
2 changes: 1 addition & 1 deletion python/py-telethon/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ long_description Telethon is an asyncio Python 3 MTProto library to \

homepage https://github.com/LonamiWebs/Telethon

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

checksums rmd160 c2921e3c3a2aab765aaeed4958114dcbebcbd991 \
sha256 55290809a30081fa0bb5052abb7547cbb25d7fbca94f32f13c147504d521804f \
Expand Down
2 changes: 1 addition & 1 deletion python/py-timeout-decorator/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ checksums rmd160 92d03bc079da1969f95b64a6053055d43e3a53b1 \
sha256 6a2f2f58db1c5b24a2cc79de6345760377ad8bdc13813f5265f6c3e63d16b3d7 \
size 4754

python.versions 310 311
python.versions 310 311 312 313
2 changes: 1 addition & 1 deletion python/py-wasabi/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ maintainers {jonesc @cjones051073} openmaintainer
description A lightweight console printing and formatting toolkit
long_description {*}${description}

python.versions 39 310 311 312
python.versions 39 310 311 312 313
11 changes: 6 additions & 5 deletions python/py-xxhash/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name py-xxhash
version 3.4.1
version 3.5.0
revision 0
categories-append devel
platforms darwin
license BSD
Expand All @@ -15,11 +16,11 @@ long_description {*}${description}

homepage https://github.com/ifduyue/python-xxhash

checksums rmd160 96dcf51c9bf1e0fa7bf2df170d9831469948af07 \
sha256 0379d6cf1ff987cd421609a264ce025e74f346e3e145dd106c0cc2e3ec3f99a9 \
size 84220
checksums rmd160 4176bbff3228d925d1b12ac3dd96c94c4c6617fc \
sha256 84f2caddf951c9cbf8dc2e22a89d4ccf5d86391ac6418fe81e3c67d0cf60b45f \
size 84241

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

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
Loading