You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
936 B
Tcl
31 lines
936 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-seqdiag
|
|
version 3.0.0
|
|
revision 0
|
|
categories-append graphics
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description seqdiag generates sequence-diagram image from text
|
|
long_description {*}${description}
|
|
|
|
homepage http://blockdiag.com/
|
|
|
|
checksums rmd160 1f1b05924d49c2136359293808f6595b378a76e0 \
|
|
sha256 e15113a28bd075460a62da44e15a88fafa3c81fdf3a35dcd5e3cd64ef15e961a \
|
|
size 2619076
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-blockdiag
|
|
}
|