Skip to content

Commit

Permalink
py-netcdf4: Update to 1.6.5
Browse files Browse the repository at this point in the history
.

* Update to 1.6.5
* Fix "Missing dependencies: oldest-supported-numpy"
  • Loading branch information
Dave-Allured authored Oct 31, 2023
1 parent 24bd90b commit 76ce7be
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions python/py-netcdf4/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PortGroup mpi 1.0

name py-netcdf4
python.rootname netCDF4
version 1.5.8
revision 3
version 1.6.5
revision 0

categories-append science
platforms darwin
Expand All @@ -24,9 +24,9 @@ long_description netCDF version 4 has many features not found in \

homepage https://unidata.github.io/netcdf4-python/

checksums rmd160 3164795f291cdba22de9b808096cca6aea36a4d9 \
sha256 ca3d468f4812c0999df86e3f428851fb0c17ac34ce0827115c246b0b690e4e84 \
size 767013
checksums rmd160 1f755b8e348196379e403f06fc4b0bf333f6510b \
sha256 824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef \
size 764969

mpi.enforce_variant netcdf
mpi.setup
Expand All @@ -36,6 +36,12 @@ destroot.env-append USE_NCCONFIG=1

python.versions 27 35 36 37 38 39 310 311

# Fixes "Missing dependencies: oldest-supported-numpy"
# See https://trac.macports.org/ticket/67136
# This fix copies the method used for py311-cftime:
# https://trac.macports.org/ticket/66898
python.pep517 no

if {${name} ne ${subport}} {
if {${python.version} in "27 35"} {
version 1.5.3
Expand Down

0 comments on commit 76ce7be

Please sign in to comment.