graphics/py-svgwrite: Update to 1.4.3
Changelog: https://github.com/mozman/svgwrite/blob/v1.4.3/NEWS.rst PR: 265272 Approved by: George Mitchell (maintainer) MFH: 2022Q3
This commit is contained in:
parent
2ad5b95cc1
commit
64c82b7c60
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= svgwrite
|
||||
PORTVERSION= 1.4.2
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,7 +10,6 @@ COMMENT= Python library to create SVG drawings
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ zip
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1648150305
|
||||
SHA256 (svgwrite-1.4.2.zip) = d304a929f197d31647c287c10eee0f64378058e1c83a9df83433a5980864e59f
|
||||
SIZE (svgwrite-1.4.2.zip) = 350657
|
||||
TIMESTAMP = 1657859725
|
||||
SHA256 (svgwrite-1.4.3.zip) = a8fbdfd4443302a6619a7f76bc937fc683daf2628d9b737c891ec08b8ce524c3
|
||||
SIZE (svgwrite-1.4.3.zip) = 189516
|
||||
|
|
Loading…
Reference in a new issue