# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-mpmath version 1.1.0 revision 0 categories-append math platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 7b0ea9200d2b5f9d6a139e8d5b67ecd07e967952 \ sha256 fc17abe05fbab3382b61a123c398508183406fa132e0223874578e20946499f6 \ size 512600 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 }