You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 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-blockdiag
|
|
version 3.0.0
|
|
revision 0
|
|
categories-append graphics
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description blockdiag generates block-diagram image from text
|
|
long_description {*}${description}
|
|
|
|
homepage http://blockdiag.com/
|
|
|
|
checksums rmd160 5ac629d723db3752171ce3e6b53cf0c055ff1e82 \
|
|
sha256 dee4195bb87d23654546ba2bf5091480dbf253b409891fce2cd527c91d00a3e2 \
|
|
size 2694464
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-funcparserlib \
|
|
port:py${python.version}-Pillow \
|
|
port:py${python.version}-webcolors
|
|
}
|