You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
961 B
Tcl
26 lines
961 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-svgpath
|
|
python.rootname svg.path
|
|
version 6.3
|
|
revision 0
|
|
|
|
checksums rmd160 bb83fad1fc8bd5132bf3fbf352cea2666c63d686 \
|
|
sha256 e937740a316a7fec86acd217ab6226e112f51328078524126bb7ea9dbe7b1ade \
|
|
size 20920
|
|
|
|
maintainers {@flyingsamson tuxcad.de:flyingsamson} openmaintainer
|
|
description SVG path objects and parser
|
|
long_description svg.path is a collection of objects that implement the different path \
|
|
commands in SVG, and a parser for SVG path definitions.
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
homepage https://github.com/regebro/svg.path
|
|
|
|
python.versions 310 311 312
|