# -*- 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-patsy version 0.4.1 revision 0 categories-append math platforms darwin license BSD python.versions 26 27 33 34 35 maintainers stromnov openmaintainer description Python package for describing statistical models. long_description A Python package for describing statistical models \ and for building design matrices. It is closely inspired \ by and compatible with the 'formula' mini-language used \ in R and S. homepage https://github.com/pydata/patsy master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} use_zip yes checksums rmd160 07edb13617442aca434b414a3cf1ed0af2bc1bb9 \ sha256 dc1cc280045b0e6e50c04706fd1e26d2a00ea400aa112f88e8142f88b0b7d3d4 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy livecheck.type none } else { livecheck.type pypi }