Skip to content

Commit

Permalink
py-pysal: update to 24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 26, 2024
1 parent 939d74e commit 99950b7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions python/py-pysal/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-pysal
version 24.1
version 24.7
revision 0

categories-append gis
Expand All @@ -20,9 +20,9 @@ long_description {*}${description} is an open source cross-platform \

homepage http://pysal.org/pysal/

checksums rmd160 9eeae2abf42bbf0e9bbed02fe2f2622fb97b9f4a \
sha256 ed84c663c8daf73f5d83daa1ce01f14915fde3cf21b5d46259905cc733336dfb \
size 37876
checksums rmd160 23f8abbf10ebc6435b20ef4e9f325f396af7cda9 \
sha256 7cf9d520b21c3c5db15d08d0f670e6b1cc4f029df46a31b9ddaee2d4b1210c8b \
size 2073180

python.versions 39 310 311 312

Expand All @@ -46,4 +46,12 @@ if {${name} ne ${subport}} {
port:py${python.version}-mapclassify \
port:py${python.version}-splot \
port:py${python.version}-spopt

if {${python.version} == 39} {
version 24.1
revision 0
checksums rmd160 9eeae2abf42bbf0e9bbed02fe2f2622fb97b9f4a \
sha256 ed84c663c8daf73f5d83daa1ce01f14915fde3cf21b5d46259905cc733336dfb \
size 37876
}
}

0 comments on commit 99950b7

Please sign in to comment.