mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
svg.path is a collection of objects that implement the different path commands
in SVG, and a parser for SVG path definitions. WWW: https://pypi.org/project/svg.path/
This commit is contained in:
parent
050686d569
commit
8493368583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528715
@ -865,6 +865,7 @@
|
||||
SUBDIR += py-soya3d
|
||||
SUBDIR += py-spectra
|
||||
SUBDIR += py-stltools
|
||||
SUBDIR += py-svg_path
|
||||
SUBDIR += py-svgwrite
|
||||
SUBDIR += py-termtosvg
|
||||
SUBDIR += py-toyplot
|
||||
|
21
graphics/py-svg_path/Makefile
Normal file
21
graphics/py-svg_path/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= svg_path
|
||||
PORTVERSION= 4.0.2
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= svg.path-${PORTVERSION}
|
||||
|
||||
MAINTAINER= db@FreeBSD.org
|
||||
COMMENT= SVG path objects and parser
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-svg_path/distinfo
Normal file
3
graphics/py-svg_path/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1584576249
|
||||
SHA256 (svg.path-4.0.2.tar.gz) = 4bd627ec6526cd5da14f3c6a51205d930187db2d8992aed626825492c033b195
|
||||
SIZE (svg.path-4.0.2.tar.gz) = 22880
|
6
graphics/py-svg_path/pkg-descr
Normal file
6
graphics/py-svg_path/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
svg.path
|
||||
|
||||
svg.path is a collection of objects that implement the different path commands
|
||||
in SVG, and a parser for SVG path definitions.
|
||||
|
||||
WWW: https://pypi.org/project/svg.path/
|
Loading…
Reference in New Issue
Block a user