diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-08 17:20:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-08 17:20:19 +0000 |
commit | 1889e0f61fd790070131320cff402bdd137c35b5 (patch) | |
tree | dda3953f3c18e53c71cbde08fdc8d7980a5df0ac | |
parent | Update to 5.0.5 (diff) |
Update to 2.5.0
- Update WWW
Changes: https://github.com/Kozea/CairoSVG/releases
Notes
Notes:
svn path=/head/; revision=554546
-rw-r--r-- | graphics/py-cairosvg/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-cairosvg/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-cairosvg/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-cairosvg/Makefile b/graphics/py-cairosvg/Makefile index e686349454c2..638212608dd8 100644 --- a/graphics/py-cairosvg/Makefile +++ b/graphics/py-cairosvg/Makefile @@ -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:devel/py-pytest-cov@${PY_FLAV ${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 diff --git a/graphics/py-cairosvg/distinfo b/graphics/py-cairosvg/distinfo index b9706a007a3c..6da91f897c14 100644 --- a/graphics/py-cairosvg/distinfo +++ b/graphics/py-cairosvg/distinfo @@ -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 diff --git a/graphics/py-cairosvg/pkg-descr b/graphics/py-cairosvg/pkg-descr index 2a2a9a273f2b..c677c5d1c5af 100644 --- a/graphics/py-cairosvg/pkg-descr +++ b/graphics/py-cairosvg/pkg-descr @@ -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 |