mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-svgelements: New port
Svgelements does high fidelity SVG parsing and geometric rendering. The goal is to successfully and correctly process SVG for use with any scripts that may need or want to use SVG files as geometric data.
This commit is contained in:
parent
51acd11ed5
commit
dcf6797663
4 changed files with 29 additions and 0 deletions
|
@ -1020,6 +1020,7 @@
|
|||
SUBDIR += py-spectra
|
||||
SUBDIR += py-sqlalchemy-imageattach
|
||||
SUBDIR += py-svg.path
|
||||
SUBDIR += py-svgelements
|
||||
SUBDIR += py-svgwrite
|
||||
SUBDIR += py-termtosvg
|
||||
SUBDIR += py-tifffile
|
||||
|
|
22
graphics/py-svgelements/Makefile
Normal file
22
graphics/py-svgelements/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PORTNAME= svgelements
|
||||
PORTVERSION= 1.9.6
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Svg Elements Parsing
|
||||
WWW= https://github.com/meerk40t/svgelements
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-svgelements/distinfo
Normal file
3
graphics/py-svgelements/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1736583681
|
||||
SHA256 (svgelements-1.9.6.tar.gz) = 7c02ad6404cd3d1771fd50e40fbfc0550b0893933466f86a6eb815f3ba3f37f7
|
||||
SIZE (svgelements-1.9.6.tar.gz) = 162145
|
3
graphics/py-svgelements/pkg-descr
Normal file
3
graphics/py-svgelements/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Svgelements does high fidelity SVG parsing and geometric rendering.
|
||||
The goal is to successfully and correctly process SVG for use with
|
||||
any scripts that may need or want to use SVG files as geometric data.
|
Loading…
Add table
Reference in a new issue