svn commit: r553744 - branches/2020Q4/cad/py-cq-editor

Loïc Bartoletti lbartoletti at FreeBSD.org
Sat Oct 31 08:14:48 UTC 2020


Author: lbartoletti
Date: Sat Oct 31 08:14:47 2020
New Revision: 553744
URL: https://svnweb.freebsd.org/changeset/ports/553744

Log:
  MFH: r553743
  
  cad/py-cq-editor: Add devel/py-spyder dependency
  
  cq-editor requires CodeEditor widget from py-spyder.
  
  PR:		250586
  Reported by:	rsmith at xs4all.nl
  Approved by:	Neal Nelson (maintainer)
  
  Approved by:	ports-secteam (blanket, runtime fix)

Modified:
  branches/2020Q4/cad/py-cq-editor/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/cad/py-cq-editor/Makefile
==============================================================================
--- branches/2020Q4/cad/py-cq-editor/Makefile	Sat Oct 31 08:09:13 2020	(r553743)
+++ branches/2020Q4/cad/py-cq-editor/Makefile	Sat Oct 31 08:14:47 2020	(r553744)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cq-editor
 DISTVERSION=	0.1.2
+PORTREVISION=	3
 CATEGORIES=	cad
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,7 +11,8 @@ COMMENT=	CadQuery GUI editor based on PyQT
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cadquery:cad/py-cadquery@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR} \
+		${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/py-spyder
 
 USES=		pyqt:5 python:3.6+
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list