# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-mpmath version 0.19 revision 0 categories-append math platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Arbitrary-precision floating-point library for Python long_description ${description} homepage http://mpmath.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 96c4f24528e8785209242cb9c36686c42248213f \ sha256 68ddf6426dcda445323467d89892d2cffbbd1ae0b31ac1241b1b671749d63222 if {${name} ne ${subport}} { post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type pypi }