View | Details | Raw Unified | Return to bug 250586
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cq-editor
3
PORTNAME=	cq-editor
4
DISTVERSION=	0.1.2
4
DISTVERSION=	0.1.2
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	cad
6
CATEGORIES=	cad
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 11-17 Link Here
11
11
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR}
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR} \
15
		${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/py-spyder
15
16
16
USES=		pyqt:5 python:3.6+
17
USES=		pyqt:5 python:3.6+
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils

Return to bug 250586