You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
c595d01185
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
28 lines
919 B
Tcl
28 lines
919 B
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-treetable
|
|
version 0.2.6
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Permissive
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Pretty-print tree-structured tables in Python
|
|
|
|
long_description treetable is a small Python library for \
|
|
pretty-printing tree-structured tables.
|
|
|
|
homepage https://github.com/adefossez/treetable
|
|
|
|
checksums rmd160 fd8a35d11dc0990277754d8adcf6485a3a5c22d6 \
|
|
sha256 7e1d62dbce503fbf24561aee1461b8fbcc2c232ff45661c3b9d0c2081c795bdf \
|
|
size 9577
|
|
|
|
python.versions 313 314
|