# -*- 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-agate
version             1.6.3
revision            0

supported_archs     noarch
platforms           {darwin any}
maintainers         {gmail.com:esafak @esafak} openmaintainer
license             MIT

description         A Python data analysis library that is optimized for humans instead of machines
long_description    \
    agate is a Python data analysis library that is optimized for humans instead of machines. \
    It is an alternative to numpy and pandas that solves real-world problems with readable code.

homepage            https://pypi.python.org/pypi/${python.rootname}

checksums           rmd160  f217d911e0cdcf28fb3c90901cae1f1bb5e071ed \
                    sha256  e0f2f813f7e12311a4cdccc97d6ba0a6781e9c1aa8eca0ab00d5931c0113a308 \
                    size    202102

python.versions     310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-babel \
                        port:py${python.version}-cssselect \
                        port:py${python.version}-isodate \
                        port:py${python.version}-leather \
                        port:py${python.version}-lxml \
                        port:py${python.version}-parsedatetime \
                        port:py${python.version}-slugify \
                        port:py${python.version}-pytimeparse \
                        port:py${python.version}-six \
                        port:py${python.version}-tz
}
