# -*- 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.3.0 revision 0 categories-append math platforms darwin license BSD python.versions 26 27 33 34 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 https://pypi.python.org/packages/source/p/patsy/ distname patsy-${version} use_zip yes checksums rmd160 03ee6ecd2ab90cebd4b496c7189f71eadbb78243 \ sha256 a55dd4ca09af4b9608b81f30322beb450510964c022708ab50e83a065ccf15f0 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 regex livecheck.url https://pypi.python.org/pypi/patsy/json livecheck.regex "patsy-(\\d+(?:\\.\\d+)*)\.\[tz\]" }