Add graphics/py-svgwrite, Python library to create SVG drawings
This commit is contained in:
parent
b9eb535e10
commit
d8d32dfd40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474145
@ -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
|
||||
|
19
graphics/py-svgwrite/Makefile
Normal file
19
graphics/py-svgwrite/Makefile
Normal 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>
|
3
graphics/py-svgwrite/distinfo
Normal file
3
graphics/py-svgwrite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1530783355
|
||||
SHA256 (svgwrite-1.1.12.zip) = 968c99f193f34f0fa7f0b3e82f49b93789c7c45cd89ce190480f16020d41ab79
|
||||
SIZE (svgwrite-1.1.12.zip) = 171947
|
3
graphics/py-svgwrite/pkg-descr
Normal file
3
graphics/py-svgwrite/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Python library to create SVG drawings.
|
||||
|
||||
WWW: http://github.com/mozman/svgwrite
|
Loading…
Reference in New Issue
Block a user