mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2d8f857316
- Update sip to 6.5.1 - Update PyQt5 to 5.15.6 - Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5 - Update PyQtSip to 12.9.1 - Update PyQtBuilder to 1.12.2 - Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino) PR: 261685 Exp-run by: antoine
24 lines
503 B
Makefile
24 lines
503 B
Makefile
PORTNAME= cq-editor
|
|
DISTVERSION= 0.1.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= cad
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@nicandneal.net
|
|
COMMENT= CadQuery GUI editor based on PyQT
|
|
|
|
LICENSE= APACHE20
|
|
|
|
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
|
|
USE_PYQT= pyqt5
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CadQuery
|
|
GH_PROJECT= CQ-editor
|
|
|
|
.include <bsd.port.mk>
|