Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 06:40:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519971 - in head/graphics: . py-cairosvg
Message-ID:  <201912130640.xBD6eBl9001850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec 13 06:40:11 2019
New Revision: 519971
URL: https://svnweb.freebsd.org/changeset/ports/519971

Log:
  Add py-cairosvg 2.4.2
  
  CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
  PostScript and PNG files.
  
  WWW: https://cairosvg.org/
  WWW: https://github.com/Kozea/CairoSVG

Added:
  head/graphics/py-cairosvg/
  head/graphics/py-cairosvg/Makefile   (contents, props changed)
  head/graphics/py-cairosvg/distinfo   (contents, props changed)
  head/graphics/py-cairosvg/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Dec 13 06:40:05 2019	(r519970)
+++ head/graphics/Makefile	Fri Dec 13 06:40:11 2019	(r519971)
@@ -803,6 +803,7 @@
     SUBDIR += py-blockdiagcontrib-cisco
     SUBDIR += py-cairo
     SUBDIR += py-cairocffi
+    SUBDIR += py-cairosvg
     SUBDIR += py-cartopy
     SUBDIR += py-chart
     SUBDIR += py-colour

Added: head/graphics/py-cairosvg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairosvg/Makefile	Fri Dec 13 06:40:11 2019	(r519971)
@@ -0,0 +1,32 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cairosvg
+PORTVERSION=	2.4.2
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	CairoSVG-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple SVG Converter based on Cairo
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairocffi>=0:graphics/py-cairocffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cssselect2>=0:textproc/py-cssselect2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tinycss2>=0:textproc/py-tinycss2@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-isort>=0:devel/py-pytest-isort@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-cairosvg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairosvg/distinfo	Fri Dec 13 06:40:11 2019	(r519971)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1576164454
+SHA256 (CairoSVG-2.4.2.tar.gz) = 4e668f96653326780036ebb0a9ff2bb59a8443d7bcfc51a14aab77b57a8e67ad
+SIZE (CairoSVG-2.4.2.tar.gz) = 38715

Added: head/graphics/py-cairosvg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairosvg/pkg-descr	Fri Dec 13 06:40:11 2019	(r519971)
@@ -0,0 +1,5 @@
+CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
+PostScript and PNG files.
+
+WWW: https://cairosvg.org/
+WWW: https://github.com/Kozea/CairoSVG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912130640.xBD6eBl9001850>