[116605] trunk/dports/python/py-healpy/Portfile
Revision: 116605 https://trac.macports.org/changeset/116605 Author: aronnax@macports.org Date: 2014-01-29 19:49:45 -0800 (Wed, 29 Jan 2014) Log Message: ----------- py-healpy: update to 1.7.3 Modified Paths: -------------- trunk/dports/python/py-healpy/Portfile Modified: trunk/dports/python/py-healpy/Portfile =================================================================== --- trunk/dports/python/py-healpy/Portfile 2014-01-30 03:49:17 UTC (rev 116604) +++ trunk/dports/python/py-healpy/Portfile 2014-01-30 03:49:45 UTC (rev 116605) @@ -6,24 +6,24 @@ PortGroup active_variants 1.1 name py-healpy -version 1.6.3 +version 1.7.3 categories-append science license GPL-2 platforms darwin maintainers aronnax -description Python wrapper for HEALPix -long_description Software for pixelation, hierarchical indexing, synthesis, \ - analysis, and visualization of data on the sphere. This is \ - the Python language interface for HEALPix. +description Python language interface for HEALPix +long_description \ + Software for pixelization, hierarchical indexing, synthesis, analysis, and \ + visualization of data on the sphere. This is the ${description}. set basename healpy distname ${basename}-${version} master_sites https://pypi.python.org/packages/source/[string index ${basename} 0]/${basename}/ homepage http://pypi.python.org/pypi/${basename}/ -checksums md5 60152b75ee6e19b15e73ca21a3c4ddde \ - sha1 afec7ff24e576ae19ba0b1ada6085428631c5ffc \ - rmd160 1bdd18914526c65b574f1e16ab757d4e8aaf6741 +checksums md5 f52d673f872587eb0c52bb8f5393c95a \ + sha1 7b56409ad53b10d1d392506cc5c046573672e510 \ + rmd160 2fc759f05731ea31b9bfd77fee7f73142b5e94e6 python.versions 26 27
participants (1)
-
aronnax@macports.org