Skip to content

Commit

Permalink
x11-fonts/py-booleanOperations: update to 0.9.0
Browse files Browse the repository at this point in the history
Changelog: https://github.com/typemytype/booleanOperations/releases/tag/0.9.0

PR:		270139
Reported by:	Ting-Wei Lan <lantw44@gmail.com> (maintainer)
  • Loading branch information
lantw44 authored and tagattie committed Mar 27, 2023
1 parent bd9efa7 commit 258d464
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion 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.

0 comments on commit 258d464

Please sign in to comment.