# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 126684 2014-10-13 17:54:58Z mf2k@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-pysparse version 1.1.1 revision 1 categories-append math platforms darwin maintainers vcn.com:jjstickel openmaintainer license BSD description a fast sparse matrix library for Python long_description PySparse extends the Python interpreter by a set of \ sparse matrix types holding double precision values. homepage http://pysparse.sourceforge.net/index.html master_sites sourceforge:pysparse distname pysparse-${version} checksums md5 a9f4d0b31488a08cc3235df0b3d8b558 \ sha1 dca36520f39551781bcaeac8c1bbc6d3baefa57a \ rmd160 0848e7f061d0d2571bbad3e4fd2b4e0f070b961a python.versions 27 if {${name} ne ${subport}} { depends_lib port:py${python.version}-numpy }