diff --git a/python/py-SRPAstro/Portfile b/python/py-SRPAstro/Portfile
index 3575d78..59e92d9 100644
a
|
b
|
PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-SRPAstro |
8 | 8 | version 3.10.2 |
| 9 | revision 1 |
9 | 10 | categories-append science |
10 | 11 | platforms darwin |
11 | 12 | maintainers inaf.it:stefano.covino |
… |
… |
if {${name} ne ${subport}} { |
25 | 26 | port:py${python.version}-asciitable \ |
26 | 27 | port:py${python.version}-atpy \ |
27 | 28 | port:py${python.version}-matplotlib \ |
28 | | port:py${python.version}-pil \ |
29 | 29 | port:py${python.version}-scipy |
30 | 30 | } |
diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
index c87146b..06c4e5c 100644
a
|
b
|
PortGroup github 1.0 |
8 | 8 | github.setup matplotlib matplotlib 1.3.1 |
9 | 9 | |
10 | 10 | name py-matplotlib |
11 | | revision 4 |
| 11 | revision 5 |
12 | 12 | categories-append graphics math |
13 | 13 | platforms darwin |
14 | 14 | license {PSF BSD} |
… |
… |
if {${name} ne ${subport}} { |
46 | 46 | port:py${python.version}-pyobjc-cocoa \ |
47 | 47 | port:py${python.version}-six \ |
48 | 48 | port:py${python.version}-tornado \ |
49 | | port:py${python.version}-tz |
| 49 | port:py${python.version}-tz \ |
| 50 | path:${python.pkgd}/PIL:py${python.version}-Pillow |
50 | 51 | |
51 | 52 | patchfiles-append patch-setup.cfg.diff \ |
52 | 53 | patch-setupext.py.diff |
diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
index 29ecd3b..bbc5b06 100644
a
|
b
|
PortGroup active_variants 1.1 |
7 | 7 | |
8 | 8 | name py-scipy |
9 | 9 | version 0.14.0 |
| 10 | revision 1 |
10 | 11 | platforms darwin |
11 | 12 | license BSD |
12 | 13 | maintainers sean michaelld openmaintainer |
… |
… |
if {${name} ne ${subport}} { |
29 | 30 | |
30 | 31 | depends_lib-append port:py${python.version}-numpy \ |
31 | 32 | port:py${python.version}-nose \ |
| 33 | path:${python.pkgd}/PIL:py${python.version}-Pillow \ |
32 | 34 | port:SuiteSparse \ |
33 | 35 | port:swig-python |
34 | 36 | |