Ticket #53267: Portfile.diff

File Portfile.diff, 1.5 KB (added by lpsinger (Leo Singer), 7 years ago)

Diff relative to current Portfile

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44PortGroup python    1.0
     5PortGroup obsolete  1.0
    56
    67name                py-SRPAstro
    78version             3.10.2
    8 categories-append   science
    9 platforms           darwin
     9revision            1
    1010maintainers         inaf.it:stefano.covino openmaintainer
    1111
    12 description         Data Analysis Packages
    13 long_description    Set of tools for carrying out simple tasks related to \
    14                     astronomical observations
    15 
    16 homepage            http://packages.python.org/SRPAstro/
    17 master_sites        pypi:S/SRPAstro/
    18 distname            SRPAstro-${version}
    19 checksums           md5 7e0a871e8929b14c3d90036a35958f67 \
    20                     sha256 aca415091273c962ef56b22c12845ee3bc235eec5ce0b0a0f6d973bb065e06f7
    21 
    2212python.versions     27
    23 
    24 if {${name} ne ${subport}} {
    25     depends_build-append    port:py${python.version}-setuptools
    26 
    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}-Pillow
    36 }