svn commit: r554546 - head/graphics/py-cairosvg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 8 17:20:23 UTC 2020
Author: sunpoet
Date: Sun Nov 8 17:20:19 2020
New Revision: 554546
URL: https://svnweb.freebsd.org/changeset/ports/554546
Log:
Update to 2.5.0
- Update WWW
Changes: https://github.com/Kozea/CairoSVG/releases
Modified:
head/graphics/py-cairosvg/Makefile
head/graphics/py-cairosvg/distinfo
head/graphics/py-cairosvg/pkg-descr
Modified: head/graphics/py-cairosvg/Makefile
==============================================================================
--- head/graphics/py-cairosvg/Makefile Sun Nov 8 17:20:14 2020 (r554545)
+++ head/graphics/py-cairosvg/Makefile Sun Nov 8 17:20:19 2020 (r554546)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cairosvg
-PORTVERSION= 2.4.2
+PORTVERSION= 2.5.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,8 +24,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:dev
${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
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
Modified: head/graphics/py-cairosvg/distinfo
==============================================================================
--- head/graphics/py-cairosvg/distinfo Sun Nov 8 17:20:14 2020 (r554545)
+++ head/graphics/py-cairosvg/distinfo Sun Nov 8 17:20:19 2020 (r554546)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576164454
-SHA256 (CairoSVG-2.4.2.tar.gz) = 4e668f96653326780036ebb0a9ff2bb59a8443d7bcfc51a14aab77b57a8e67ad
-SIZE (CairoSVG-2.4.2.tar.gz) = 38715
+TIMESTAMP = 1604680172
+SHA256 (CairoSVG-2.5.0.tar.gz) = 3fc50d10f0cbef53b3ee376a97a88d81bbd9e2f190f7e63de08431a1a08e9afa
+SIZE (CairoSVG-2.5.0.tar.gz) = 40481
Modified: head/graphics/py-cairosvg/pkg-descr
==============================================================================
--- head/graphics/py-cairosvg/pkg-descr Sun Nov 8 17:20:14 2020 (r554545)
+++ head/graphics/py-cairosvg/pkg-descr Sun Nov 8 17:20:19 2020 (r554546)
@@ -1,5 +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://www.courtbouillon.org/cairosvg
WWW: https://github.com/Kozea/CairoSVG
More information about the svn-ports-all
mailing list