2020-06-22 13:41:31 +09:00
|
|
|
# -*- 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 bashplotlib
|
|
|
|
|
version 0.6.5
|
2026-01-20 13:01:35 -05:00
|
|
|
revision 2
|
|
|
|
|
|
2023-12-14 22:11:56 +11:00
|
|
|
platforms {darwin any}
|
|
|
|
|
supported_archs noarch
|
2020-06-22 13:41:31 +09:00
|
|
|
license BSD
|
|
|
|
|
maintainers {amake @amake} openmaintainer
|
|
|
|
|
categories math python
|
|
|
|
|
|
|
|
|
|
description Make scatter or histogram plots in the terminal
|
2023-12-14 22:11:56 +11:00
|
|
|
long_description {*}${description}
|
2020-06-22 13:41:31 +09:00
|
|
|
|
|
|
|
|
homepage https://github.com/glamp/bashplotlib
|
|
|
|
|
|
|
|
|
|
checksums rmd160 5a74279705a670d9d9dacf97f03c7c736d5b43a9 \
|
|
|
|
|
sha256 b1b59be49d6254a5bd808919e0a23a75a703a02e7e84478edda765714e0bfaee \
|
|
|
|
|
size 6213
|
|
|
|
|
|
2026-01-20 13:01:35 -05:00
|
|
|
python.default_version 314
|