Skip to content

Commit

Permalink
py-{networkx,tifffile,pywavelets}: add py312 subport
Browse files Browse the repository at this point in the history
Add py312 subport of py-networkx, py-tifffile and py-pywavelets,
as well as the py-tifffile dependency py-imagecodecs
  • Loading branch information
erikbs committed Dec 22, 2023
1 parent fe59cd3 commit 34487f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/py-imagecodecs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checksums rmd160 099b215d8055512f216d8288e6d5c2bd42099805 \
sha256 bf4b4be4759fc3b27b5022228aada83e735744e4b7c204bcdccaa961c3f79d4d \
size 9444699

python.versions 37 38 39 310 311
python.versions 37 38 39 310 311 312

platforms {darwin >= 17}

Expand Down
2 changes: 1 addition & 1 deletion python/py-networkx/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license BSD
supported_archs noarch
platforms {darwin any}

python.versions 27 37 38 39 310 311
python.versions 27 37 38 39 310 311 312
python.pep517 yes

maintainers {stromnov @stromnov} openmaintainer
Expand Down
2 changes: 1 addition & 1 deletion python/py-pywavelets/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ revision 1
categories-append science math
license MIT

python.versions 37 38 39 310 311
python.versions 37 38 39 310 311 312
python.pep517 yes

maintainers {stromnov @stromnov} openmaintainer
Expand Down
2 changes: 1 addition & 1 deletion python/py-tifffile/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checksums rmd160 6fc79c3a31ab898fb167db2c35f899362e775fc6 \
sha256 9dd1da91180a6453018a241ff219e1905f169384355cd89c9ef4034c1b46cdb8 \
size 353467

python.versions 38 39 310 311
python.versions 38 39 310 311 312

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

0 comments on commit 34487f5

Please sign in to comment.