Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-graph-tool: Update to version 2.91 #27725

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Changes from all commits
Commits
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
12 changes: 6 additions & 6 deletions python/py-graph-tool/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup boost 1.0
PortGroup python 1.0

name py-graph-tool
version 2.77
version 2.91
revision 0
epoch 20190711
supported_archs arm64 x86_64
Expand All @@ -26,9 +26,9 @@ homepage https://graph-tool.skewed.de
master_sites https://downloads.skewed.de/graph-tool/
use_bzip2 yes

checksums rmd160 24c94b61a8a3a5a56df2443dc32348a1c4b5716d \
sha256 9aeffaaf5528f37e994f1b882f751db0abee533f87d45658f58dd96c404ad0b4 \
size 15256269
checksums rmd160 a8bbbc535313542edd9863c666cf185e74925cee \
sha256 3c850e92b35efdd71ef2abd26d9fe5c0212ec2a07990fbe7323408e127a3fd02 \
size 15344011

# please ensure that this boost.version matches that specified in cgal5
boost.version 1.81
Expand Down Expand Up @@ -164,6 +164,6 @@ if {${name} ne ${subport}} {
}
} else {
livecheck.type regex
livecheck.url $homepage
livecheck.regex Newest version: (\[0-9.\]+)
livecheck.url ${homepage}
livecheck.regex ${master_sites}${python.rootname}-(\[0-9.\]+)\\.tar
}
Loading