Changeset 82496
- Timestamp:
- 08/14/11 14:26:23 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
- 1 copied
-
py-matplotlib-basemap/Portfile (modified) (3 diffs)
-
py-matplotlib-basemap/files (copied) (copied from trunk/dports/python/py27-matplotlib-basemap/files)
-
py25-matplotlib-basemap (deleted)
-
py26-matplotlib-basemap (deleted)
-
py27-matplotlib-basemap (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-matplotlib-basemap/Portfile
r55780 r82496 2 2 3 3 PortSystem 1.0 4 PortGroup python 241.04 PortGroup python 1.0 5 5 6 6 name py-matplotlib-basemap 7 version 0.99.4 7 version 1.0.1 8 revision 2 8 9 categories python graphics math 9 10 platforms darwin 10 maintainers nomaintainer11 maintainers ram openmaintainer 11 12 12 13 description matplotlib toolkit for plotting data on map projections … … 15 16 16 17 homepage http://matplotlib.sourceforge.net 17 master_sites sourceforge:matplotlib18 master_sites http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/basemap-${version}/ 18 19 distname basemap-${version} 19 20 20 checksums md5 07fe1a01c321c43db4739c18e99d4d44\21 sha1 e6eb626e3de3dbc1f17922c836ef431d6242dd9c\22 rmd160 6741f41c2f933a0e0530f65e49b090f884d25e1e21 checksums md5 3548c3751bdd52f18199dab5c02f7b4e \ 22 sha1 bd278580c004ec597020e313cc2c568593a018eb \ 23 rmd160 0f4d666856726bfe290311610a5bbf569a4d25d5 23 24 24 depends_lib-append port:py-matplotlib \ 25 port:geos \ 26 port:py-httplib2 \ 27 port:py-dap 25 python.versions 24 25 26 27 26 27 depends_lib-append port:geos 28 29 if {${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 39 patchfiles patch-setup.cfg.diff 40 41 build.env-append GEOS_DIR="${prefix}" 42 destroot.env-append GEOS_DIR="${prefix}" 28 43 29 44 universal_variant no … … 34 49 } 35 50 36 livecheck.regex {basemap-(\d+(?:\.\d+)*) released} 51 livecheck.type regex 52 livecheck.url http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits 53 livecheck.regex {basemap-(\d+(\.\d+)*)}
Note: See TracChangeset
for help on using the changeset viewer.

