Commits

Tiago de Paula Peixoto authored and tobypeterson committed 4451d415dc2
py-graph-tool: Update to version 2.21
No tags

python/py-graph-tool/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; c-basic-offset: 4 -*-
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup active_variants 1.1
6 6 PortGroup compiler_blacklist_versions 1.0
7 7
8 8 set realname graph-tool
9 9 name py-${realname}
10 -version 2.20
10 +version 2.21
11 11 revision 0
12 -epoch 20170130
12 +epoch 20170227
13 13 categories python science
14 14 platforms darwin
15 15 license GPL-3
16 16 maintainers skewed.de:tiago mmoll
17 17 description Efficient python graph module
18 18 long_description graph-tool is an efficient python module for manipulation \
19 19 and statistical analysis of graphs. The internal data \
20 20 structures and most algorithms are implemented in C++ with \
21 21 the Boost Graph Library.
22 22 homepage http://graph-tool.skewed.de
23 23 master_sites http://downloads.skewed.de/graph-tool/
24 24 use_bzip2 yes
25 -checksums md5 c8564e92e800b16d5da9bc12a121ad26 \
26 - sha1 9ebd72d8e872f23dad85c7e66bd4cba2cdea4732 \
27 - rmd160 06dc14d90fe0bf2ddce0c08735db61b04910d12b \
28 - sha256 fc9df701062c556b818824aa9578368ef0faec195696b008512ee948db3ae628
25 +checksums md5 1caa4d1406bdc4062507fe762422d7f1 \
26 + sha1 f31a8accd9bceff2cb677f01876ac688e8a75f56 \
27 + rmd160 31cde63c6de850e9741a28f3a82088980de4e9c1 \
28 + sha256 483c6faefd3db4988482c560e6f9e5aeccc658dbd85ff0252b806ca8caf1da45
29 29 distname ${realname}-${version}
30 30
31 31 python.versions 27 34 35 36
32 32 python.default_version 27
33 33
34 34 if {${os.major} <= 12 && ${os.platform} eq "darwin"} {
35 35 version 2.2.26
36 36 distname ${realname}-${version}
37 37 checksums md5 317b29de0d3ef715fdc9281e078cfb17 \
38 38 sha1 108be4cf6212eb6886f172ea03813187f73e4c3c \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut