diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-06 21:29:58 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-06 21:32:57 +0000 |
commit | d1367e1b535658e7b621739c09ac6e0736f70103 (patch) | |
tree | 98770c33af5a9a4e9a30d8ff686c3c5ed046419d | |
parent | 2a7b81bfd0ac17f1f31d2e854ce68f57568de0df (diff) | |
download | ports-d1367e1b535658e7b621739c09ac6e0736f70103.tar.gz ports-d1367e1b535658e7b621739c09ac6e0736f70103.zip |
cad/py-cq-editor: Update Spyder dependency
Reported by: Christian Weisgerber <naddy@freebsd.org>
-rw-r--r-- | cad/py-cq-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/py-cq-editor/Makefile b/cad/py-cq-editor/Makefile index 056505ea6a8c..c8997b7eb248 100644 --- a/cad/py-cq-editor/Makefile +++ b/cad/py-cq-editor/Makefile @@ -1,6 +1,6 @@ PORTNAME= cq-editor DISTVERSION= 0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/CadQuery/CQ-editor/ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/py-spyder + ${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/spyder USES= pyqt:5 python:3.6+ USE_PYTHON= autoplist distutils |