Files
2026-01-08 06:08:59 -05:00

37 lines
1.4 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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 dont care if theyre perfect. \
\
Leather isnt picky. Its rough. It gets dirty. It looks sexy just hanging on the back of a chair. \
Leather doesnt 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
}