You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
Tcl
# -*- 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.1
|
|
revision 0
|
|
categories-append math
|
|
platforms darwin
|
|
license BSD
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
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 2ca7512c63fedba257228597444869cd3164fa07 \
|
|
sha256 f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991 \
|
|
size 397623
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-six
|
|
|
|
livecheck.type none
|
|
}
|