# -*- 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.3.4
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  cdcbef561aacd19bc5ba0d35ec70cf65a1704141 \
                    sha256  b43e21c8fa46b2679de8449f4d953c06418666dc058ce41055ee8a8d3bb40918 \
                    size    30605

python.versions     39 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
}
