Ticket #53267: Portfile.diff
File Portfile.diff, 1.5 KB (added by lpsinger (Leo Singer), 8 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup python 1.0 5 PortGroup obsolete 1.0 5 6 6 7 name py-SRPAstro 7 8 version 3.10.2 8 categories-append science 9 platforms darwin 9 revision 1 10 10 maintainers inaf.it:stefano.covino openmaintainer 11 11 12 description Data Analysis Packages13 long_description Set of tools for carrying out simple tasks related to \14 astronomical observations15 16 homepage http://packages.python.org/SRPAstro/17 master_sites pypi:S/SRPAstro/18 distname SRPAstro-${version}19 checksums md5 7e0a871e8929b14c3d90036a35958f67 \20 sha256 aca415091273c962ef56b22c12845ee3bc235eec5ce0b0a0f6d973bb065e06f721 22 12 python.versions 27 23 24 if {${name} ne ${subport}} {25 depends_build-append port:py${python.version}-setuptools26 27 depends_lib-append port:py${python.version}-numpy \28 port:py${python.version}-scipy \29 port:py${python.version}-matplotlib \30 port:py${python.version}-pyfits \31 port:py${python.version}-asciitable \32 port:py${python.version}-atpy \33 port:py${python.version}-astlib \34 port:py${python.version}-ephem \35 path:${python.pkgd}/PIL:py${python.version}-Pillow36 }