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,24 +1,24 @@ PORTNAME= booleanOperations -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lantw44@gmail.com COMMENT= Boolean operations on paths 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 NO_ARCH= yes .include 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.