You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
798 B
Tcl
27 lines
798 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-svgwrite
|
|
version 1.4.1
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers @abey79 openmaintainer
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Python Package to write SVG files
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/mozman/svgwrite
|
|
|
|
checksums rmd160 7b1206eebabf6fe5dd22f9ac046ea97ac2b5b6d9 \
|
|
sha256 e220a4bf189e7e214a55e8a11421d152b5b6fb1dd660c86a8b6b61fe8cc2ac48 \
|
|
size 189235
|
|
|
|
python.versions 310
|
|
|
|
use_zip yes
|