You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
943 B
Tcl
33 lines
943 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-tabulate
|
|
version 0.8.9
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms darwin
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Pretty-print tabular data
|
|
long_description ${description}
|
|
|
|
homepage https://bitbucket.org/astanin/python-tabulate
|
|
|
|
checksums rmd160 5d30a2a3762bda0efb657491ff92f260a18eedc8 \
|
|
sha256 eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 \
|
|
size 53482
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|