Ticket #44308: py-SRPAstro-py-matplotlib-py-scipy-pil-dep-move.patch

File py-SRPAstro-py-matplotlib-py-scipy-pil-dep-move.patch, 2.4 KB (added by Ionic (Mihai Moldovan), 10 years ago)

Move PIL/Pillow dependency from py-SRPAstro to py-matplotlib and py-scipy. Revbump.

  • python/py-SRPAstro/Portfile

    diff --git a/python/py-SRPAstro/Portfile b/python/py-SRPAstro/Portfile
    index 3575d78..59e92d9 100644
    a b PortGroup python 1.0 
    66
    77name                py-SRPAstro
    88version             3.10.2
     9revision            1
    910categories-append   science
    1011platforms           darwin
    1112maintainers         inaf.it:stefano.covino
    if {${name} ne ${subport}} { 
    2526                            port:py${python.version}-asciitable \
    2627                            port:py${python.version}-atpy               \
    2728                            port:py${python.version}-matplotlib \
    28                             port:py${python.version}-pil                \
    2929                            port:py${python.version}-scipy
    3030}
  • python/py-matplotlib/Portfile

    diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
    index c87146b..06c4e5c 100644
    a b PortGroup github 1.0 
    88github.setup        matplotlib matplotlib 1.3.1
    99
    1010name                py-matplotlib
    11 revision            4
     11revision            5
    1212categories-append   graphics math
    1313platforms           darwin
    1414license             {PSF BSD}
    if {${name} ne ${subport}} { 
    4646                        port:py${python.version}-pyobjc-cocoa \
    4747                        port:py${python.version}-six \
    4848                        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
    5051
    5152    patchfiles-append   patch-setup.cfg.diff \
    5253                        patch-setupext.py.diff
  • python/py-scipy/Portfile

    diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
    index 29ecd3b..bbc5b06 100644
    a b PortGroup active_variants 1.1 
    77
    88name                    py-scipy
    99version                 0.14.0
     10revision                1
    1011platforms               darwin
    1112license                 BSD
    1213maintainers             sean michaelld openmaintainer
    if {${name} ne ${subport}} { 
    2930
    3031    depends_lib-append      port:py${python.version}-numpy \
    3132                            port:py${python.version}-nose \
     33                            path:${python.pkgd}/PIL:py${python.version}-Pillow \
    3234                            port:SuiteSparse \
    3335                            port:swig-python
    3436