1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-igraph |
---|
7 | version 0.5.1 |
---|
8 | categories-append math |
---|
9 | maintainers nomaintainer |
---|
10 | description Python interface to the igraph library |
---|
11 | |
---|
12 | long_description Python interface to the igraph high performance \ |
---|
13 | graph library |
---|
14 | |
---|
15 | homepage http://pypi.python.org/pypi/python-igraph/ |
---|
16 | master_sites http://pypi.python.org/packages/source/p/python-igraph/ |
---|
17 | |
---|
18 | distname python-igraph-${version} |
---|
19 | |
---|
20 | checksums md5 9cc4364d656db67add07dd474c8b0f11 \ |
---|
21 | sha1 406c70c4dc09176782c8234d1161b62625a3acd7 \ |
---|
22 | rmd160 356964caa38c312bbd01c0c528a815d0ec7ee62b |
---|
23 | |
---|
24 | platforms darwin |
---|
25 | |
---|
26 | depends_lib port:igraph \ |
---|
27 | port:py25-setuptools |
---|
28 | |
---|
29 | patchfiles patch-setup.py.diff |
---|
30 | |
---|
31 | post-patch { |
---|
32 | reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py |
---|
33 | } |
---|