# -*- 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-patsy version 0.5.6 revision 0 categories-append math supported_archs noarch platforms {darwin any} license BSD python.versions 38 39 310 311 312 maintainers {stromnov @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 checksums rmd160 639e60c8fcf541da523b2486cf820575f615ded8 \ sha256 95c6d47a7222535f84bff7f63d7303f2e297747a598db89cf5c67f0c0c7d2cdb \ size 398011 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-six test.run yes }