# -*- 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-leather
version             0.4.1
revision            0

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

description         Python charting for 80% of humans
long_description    \
    Leather is the Python charting library for those who need charts now and don’t care if they’re perfect. \
    \
    Leather isn’t picky. It’s rough. It gets dirty. It looks sexy just hanging on the back of a chair. \
    Leather doesn’t need your accessories. Leather is how Snake Plissken would make charts.

homepage            https://leather.readthedocs.io/

checksums           rmd160  0ae54f70dae26d3a25dc345b53ff6bf4aef52c73 \
                    sha256  67119c2aee93be821f077193bd8534e296c05b38bd174d9c5a80c4aa31d1a4d3 \
                    size    44072

python.versions     310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-six \
                        port:py${python.version}-tz \
                        port:py${python.version}-lxml \
                        port:py${python.version}-cssselect
    test.run            yes
}
