23 | | depends_run port:py${python.version}-numpy \ |
24 | | port:py${python.version}-pyfits \ |
25 | | port:py${python.version}-asciitable \ |
26 | | port:py${python.version}-atpy \ |
27 | | port:py${python.version}-matplotlib \ |
28 | | port:py${python.version}-pil \ |
29 | | port:py${python.version}-scipy |
| 23 | depends_build-append port:py${python.version}-setuptools |
| 24 | |
| 25 | depends_lib-append port:py${python.version}-numpy \ |
| 26 | port:py${python.version}-scipy \ |
| 27 | port:py${python.version}-matplotlib \ |
| 28 | port:py${python.version}-pyfits \ |
| 29 | port:py${python.version}-asciitable \ |
| 30 | port:py${python.version}-atpy \ |
| 31 | port:py${python.version}-astlib \ |
| 32 | port:py${python.version}-ephem \ |
| 33 | path:${python.pkgd}/PIL:py${python.version}-Pillow |