git: 258d46432ed7 - main - x11-fonts/py-booleanOperations: update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 12:07:33 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=258d46432ed7f374f846a72259de963946f8e7d1 commit 258d46432ed7f374f846a72259de963946f8e7d1 Author: Ting-Wei Lan <lantw44@gmail.com> AuthorDate: 2023-03-27 12:06:12 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-03-27 12:06:12 +0000 x11-fonts/py-booleanOperations: update to 0.9.0 Changelog: https://github.com/typemytype/booleanOperations/releases/tag/0.9.0 PR: 270139 Reported by: Ting-Wei Lan <lantw44@gmail.com> (maintainer) --- x11-fonts/py-booleanOperations/Makefile | 10 +++++----- x11-fonts/py-booleanOperations/distinfo | 6 +++--- x11-fonts/py-booleanOperations/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11-fonts/py-booleanOperations/Makefile b/x11-fonts/py-booleanOperations/Makefile index cd5d01493308..898e172b9cf8 100644 --- a/x11-fonts/py-booleanOperations/Makefile +++ b/x11-fonts/py-booleanOperations/Makefile @@ -1,6 +1,5 @@ PORTNAME= booleanOperations -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +11,10 @@ WWW= https://github.com/typemytype/booleanOperations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.0.5:math/py-pyclipper@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.1.0p1:math/py-pyclipper@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fonttools>=4.0.2:print/py-fonttools@${PY_FLAVOR} USES= python:3.6+ zip USE_PYTHON= autoplist distutils diff --git a/x11-fonts/py-booleanOperations/distinfo b/x11-fonts/py-booleanOperations/distinfo index 8bbc09ec6592..4485775416bb 100644 --- a/x11-fonts/py-booleanOperations/distinfo +++ b/x11-fonts/py-booleanOperations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545560967 -SHA256 (booleanOperations-0.8.2.zip) = 1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a -SIZE (booleanOperations-0.8.2.zip) = 202758 +TIMESTAMP = 1678009436 +SHA256 (booleanOperations-0.9.0.zip) = 8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8 +SIZE (booleanOperations-0.9.0.zip) = 202950 diff --git a/x11-fonts/py-booleanOperations/pkg-descr b/x11-fonts/py-booleanOperations/pkg-descr index 26327e251d8a..931f9839433a 100644 --- a/x11-fonts/py-booleanOperations/pkg-descr +++ b/x11-fonts/py-booleanOperations/pkg-descr @@ -1,2 +1,2 @@ -Boolean operations on paths based on a super fast polygon clipper library by +Boolean operations on paths which uses a super fast polygon clipper library by Angus Johnson.