Add graphics/py-svgwrite, Python library to create SVG drawings

This commit is contained in:
Li-Wen Hsu 2018-07-08 00:05:53 +00:00
parent b9eb535e10
commit d8d32dfd40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474145
4 changed files with 26 additions and 0 deletions

View File

@ -946,6 +946,7 @@
SUBDIR += py-sorl-thumbnail
SUBDIR += py-soya3d
SUBDIR += py-stltools
SUBDIR += py-svgwrite
SUBDIR += py-toyplot
SUBDIR += py-traitsui
SUBDIR += py-wand

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= svgwrite
PORTVERSION= 1.1.12
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FeeeBSD.org
COMMENT= Python library to create SVG drawings
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1530783355
SHA256 (svgwrite-1.1.12.zip) = 968c99f193f34f0fa7f0b3e82f49b93789c7c45cd89ce190480f16020d41ab79
SIZE (svgwrite-1.1.12.zip) = 171947

View File

@ -0,0 +1,3 @@
A Python library to create SVG drawings.
WWW: http://github.com/mozman/svgwrite