aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2023-03-27 12:06:12 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2023-03-27 12:06:12 +0000
commit258d46432ed7f374f846a72259de963946f8e7d1 (patch)
tree24ea145feea6819de45709baa35225d1f802d588 /x11-fonts
parentbd9efa748f766032be926e7ffb3ac9b0c7c036f3 (diff)
downloadports-258d46432ed7f374f846a72259de963946f8e7d1.tar.gz
ports-258d46432ed7f374f846a72259de963946f8e7d1.zip
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)
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/py-booleanOperations/Makefile10
-rw-r--r--x11-fonts/py-booleanOperations/distinfo6
-rw-r--r--x11-fonts/py-booleanOperations/pkg-descr2
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.