2020-08-16 12:54:34 +00:00
|
|
|
PORTNAME= cq-editor
|
|
|
|
DISTVERSION= 0.1.2
|
2022-02-02 20:42:46 +00:00
|
|
|
PORTREVISION= 7
|
2020-08-16 12:54:34 +00:00
|
|
|
CATEGORIES= cad
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ports@nicandneal.net
|
|
|
|
COMMENT= CadQuery GUI editor based on PyQT
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2020-10-31 08:09:13 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR} \
|
|
|
|
${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/py-spyder
|
2020-08-16 12:54:34 +00:00
|
|
|
|
|
|
|
USES= pyqt:5 python:3.6+
|
|
|
|
USE_PYTHON= autoplist distutils
|
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:
PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2
Reviewed by: diizzy, kde
Tested by: kai, rhurlin, arrowd, madpilot
Approved by: makc, tcberner, kde
Differential Revision: https://reviews.freebsd.org/D33237
Exp-run by: antoine
2021-10-24 18:51:36 +00:00
|
|
|
USE_PYQT= pyqt5
|
2020-08-16 12:54:34 +00:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= CadQuery
|
|
|
|
GH_PROJECT= CQ-editor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|