You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 lines
1.1 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-palettable
|
|
version 3.3.3
|
|
revision 0
|
|
|
|
categories python graphics
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {nist.gov:joe.fowler @joefowler} openmaintainer
|
|
|
|
description Color palettes for Python
|
|
long_description \
|
|
Palettable (formerly brewer2mpl) is a library of color palettes for Python. It's written \
|
|
in pure Python with no dependencies, but it can supply color maps for matplotlib. You can \
|
|
use Palettable to customize matplotlib plots or supply colors for a web application.
|
|
|
|
homepage https://jiffyclub.github.io/palettable/
|
|
|
|
checksums rmd160 dee0bda46e0a9d424bffd6e3f498f401a41cd1af \
|
|
sha256 094dd7d9a5fc1cca4854773e5c1fc6a315b33bd5b3a8f47064928facaf0490a8 \
|
|
size 106639
|
|
|
|
python.versions 310 311 312 313
|