New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82496


Ignore:
Timestamp:
08/14/11 14:26:23 (4 years ago)
Author:
ram@…
Message:

python/py*-matplotlib-basemap: unify

Location:
trunk/dports/python
Files:
3 deleted
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-matplotlib-basemap/Portfile

    r55780 r82496  
    22 
    33PortSystem        1.0 
    4 PortGroup         python24 1.0 
     4PortGroup         python 1.0 
    55 
    66name              py-matplotlib-basemap 
    7 version           0.99.4 
     7version           1.0.1 
     8revision          2 
    89categories        python graphics math 
    910platforms         darwin 
    10 maintainers       nomaintainer 
     11maintainers       ram openmaintainer 
    1112 
    1213description       matplotlib toolkit for plotting data on map projections 
     
    1516 
    1617homepage          http://matplotlib.sourceforge.net 
    17 master_sites      sourceforge:matplotlib 
     18master_sites      http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/basemap-${version}/ 
    1819distname          basemap-${version} 
    1920 
    20 checksums         md5 07fe1a01c321c43db4739c18e99d4d44 \ 
    21                   sha1 e6eb626e3de3dbc1f17922c836ef431d6242dd9c \ 
    22                   rmd160 6741f41c2f933a0e0530f65e49b090f884d25e1e 
     21checksums         md5 3548c3751bdd52f18199dab5c02f7b4e \ 
     22                  sha1 bd278580c004ec597020e313cc2c568593a018eb \ 
     23                  rmd160 0f4d666856726bfe290311610a5bbf569a4d25d5 
    2324 
    24 depends_lib-append  port:py-matplotlib \ 
    25                     port:geos \ 
    26                     port:py-httplib2 \ 
    27                     port:py-dap 
     25python.versions   24 25 26 27 
     26 
     27depends_lib-append port:geos 
     28 
     29if {${subport} == "py24-matplotlib-basemap"} { 
     30  depends_lib-append port:py-matplotlib \ 
     31                     port:py-httplib2 \ 
     32                     port:py-dap 
     33} elseif {${subport} != ${name}} { 
     34  depends_lib-append port:py${python.version}-matplotlib \ 
     35                     port:py${python.version}-httplib2 \ 
     36                     port:py${python.version}-dap 
     37} 
     38 
     39patchfiles        patch-setup.cfg.diff 
     40 
     41build.env-append    GEOS_DIR="${prefix}" 
     42destroot.env-append GEOS_DIR="${prefix}" 
    2843 
    2944universal_variant no 
     
    3449} 
    3550 
    36 livecheck.regex   {basemap-(\d+(?:\.\d+)*) released} 
     51livecheck.type     regex 
     52livecheck.url      http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits 
     53livecheck.regex    {basemap-(\d+(\.\d+)*)} 
Note: See TracChangeset for help on using the changeset viewer.