git: d1367e1b5356 - main - cad/py-cq-editor: Update Spyder dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 21:32:59 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1367e1b535658e7b621739c09ac6e0736f70103
commit d1367e1b535658e7b621739c09ac6e0736f70103
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-06 21:29:58 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-06 21:32:57 +0000
cad/py-cq-editor: Update Spyder dependency
Reported by: Christian Weisgerber <naddy@freebsd.org>
---
cad/py-cq-editor/Makefile | 4 ++--
1 file 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