Skip to content

Commit

Permalink
py-spaghetti: update to 1.7.5.post1; pin 1.7.4 for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Jan 31, 2024
1 parent 5495451 commit ea6a0e2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions python/py-spaghetti/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-spaghetti
version 1.7.4
version 1.7.5.post1
revision 0

categories-append gis
Expand All @@ -20,16 +20,14 @@ long_description The PySAL {*}${description} package is an open-source Python

homepage https://pysal.org/spaghetti/

checksums rmd160 092dd6c9e7abc9fcba7b03044a11124d828c6c9c \
sha256 9898ea86744b6ced9923f8bc213964045615f31ce14f304d20db0aecca40728d \
size 22151842
checksums rmd160 ab48d4d070edd4274c22c2151cb33a7a96f9b0ef \
sha256 9acf19e3b4bf72f83604bc1d00113712cbb7db7bd94984883f5823a6fb1da607 \
size 22156820

python.versions 39 310 311
python.pep517 yes

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools \
port:py${python.version}-setuptools_scm

depends_run-append \
Expand All @@ -39,4 +37,12 @@ if {${name} ne ${subport}} {
port:py${python.version}-pandas \
port:py${python.version}-rtree \
port:py${python.version}-scipy

if {${python.version} == 39} {
version 1.7.4
revision 0
checksums rmd160 092dd6c9e7abc9fcba7b03044a11124d828c6c9c \
sha256 9898ea86744b6ced9923f8bc213964045615f31ce14f304d20db0aecca40728d \
size 22151842
}
}

0 comments on commit ea6a0e2

Please sign in to comment.