New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82209


Ignore:
Timestamp:
08/10/11 07:31:53 (4 years ago)
Author:
eborisch@…
Message:

py27-spyder: New port (copied from py26-spyder; updated to 2.0.12; marked nomaintaner; added license)

Location:
trunk/dports/python/py27-spyder
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py27-spyder/Portfile

    r76966 r82209  
    33 
    44PortSystem          1.0 
    5 PortGroup           python26 1.0 
     5PortGroup           python27 1.0 
    66PortGroup           qt4 1.0 
    77 
    8 name                py26-spyder 
    9 version             2.0.8 
     8name                py27-spyder 
     9version             2.0.12 
    1010categories          python devel 
    1111platforms           darwin 
    12 maintainers         jameskyle openmaintainer 
     12maintainers         nomaintainer 
     13license             MIT 
    1314homepage            http://packages.python.org/spyder/ 
    1415description         development environment with advanced editing, \ 
     
    2425use_zip             yes 
    2526 
    26 depends_lib-append  port:py26-pyqt4 \ 
    27                     port:py26-lint \ 
    28                     port:py26-numpy \ 
    29                     port:py26-scipy \ 
    30                     port:py26-matplotlib \ 
    31                     port:py26-sphinx 
     27depends_lib-append  port:py27-pyqt4 \ 
     28                    port:py27-lint \ 
     29                    port:py27-numpy \ 
     30                    port:py27-scipy \ 
     31                    port:py27-matplotlib \ 
     32                    port:py27-sphinx 
    3233 
    33 checksums           md5     bf379479e51b7163883533bb0f027948 \ 
    34                     sha1    8ecc937575620d1559c3f4f90ca01340a8ef69f5 
     34checksums           md5     035852cfc6109541d72003111cf31bb3 \ 
     35                    sha1    a592caf81f4c1f72d637a5269f5c60f8f43e57ee 
     36 
    3537post-destroot { 
    3638  ln -s ${python.prefix}/bin/spyder ${destroot}${prefix}/bin/ 
Note: See TracChangeset for help on using the changeset viewer.