Port details |
- py-cq-editor CadQuery GUI editor based on PyQT
- 0.1.2_7 cad
=0 Version of this port present on the latest quarterly branch. - Maintainer: ports@nicandneal.net
 - Port Added: 2020-08-16 12:56:39
- Last Update: 2022-03-07 17:39:13
- Commit Hash: 2d8f8573
- License: APACHE20
- Description:
- CQ-editor is a CadQuery GUI editor based on PyQT.
Graphical debugger for CadQuery scripts
- Step through script and watch how your model changes
CadQuery object stack inspector
- Visual inspection of current workplane and selected items
- Insight into evolution of the model
Export to various formats
- STL
- STEP
WWW: https://github.com/CadQuery/CQ-editor/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cq-editor>0:cad/py-cq-editor@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/cad/py-cq-editor/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/py-cq-editor
- pkg install py38-cq-editor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-cq-editor listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-cq-editor
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1595406923
SHA256 (CadQuery-CQ-editor-0.1.2_GH0.tar.gz) = 760f1bf2f5c46dd7b6590f1161ebc7dc6907f286602f4f27a294596eeb51611e
SIZE (CadQuery-CQ-editor-0.1.2_GH0.tar.gz) = 2229478
- No package information for this port in our database
- Sometimes this happens. Not all ports have packages.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-qt5-pyqt>=5.15.6 : devel/py-qt5-pyqt@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-cadquery>=0 : cad/py-cadquery@py38
- __init__.py : devel/py-spyder
- py38-qt5-pyqt>=5.15.6 : devel/py-qt5-pyqt@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- cad_py-cq-editor
- USES:
- pyqt:5 python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Mar 2022 17:39:13 0.1.2_7 |
Loïc Bartoletti (lbartoletti)  |
devel/py-qt5, devel/py-sip: Update versions
- 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 |
27 Jan 2022 06:12:26 0.1.2_6 |
Loïc Bartoletti (lbartoletti)  |
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 (Only the first 15 lines of the commit message are shown above ) |
07 Apr 2021 08:09:01 0.1.2_6 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.1.2_6 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Mar 2021 09:29:54
0.1.2_6 |
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine |
08 Mar 2021 06:49:18
0.1.2_5 |
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine |
15 Dec 2020 17:56:00
0.1.2_4 |
lbartoletti  |
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine |
31 Oct 2020 08:09:13
0.1.2_3 |
lbartoletti  |
cad/py-cq-editor: Add devel/py-spyder dependency
cq-editor requires CodeEditor widget from py-spyder.
PR: 250586
Reported by: rsmith@xs4all.nl
Approved by: Neal Nelson (maintainer)
MFH: 2020Q4 (blanket, runtime fixes) |
14 Oct 2020 17:49:05
0.1.2_2 |
antoine  |
Fix DEPENDS |
05 Oct 2020 15:50:04
0.1.2_1 |
lbartoletti  |
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine |
16 Aug 2020 12:54:34
0.1.2 |
swills  |
cad/py-cq-editor: create port
CQ-editor is a CadQuery GUI editor based on PyQT.
Graphical debugger for CadQuery scripts
- Step through script and watch how your model changes
CadQuery object stack inspector
- Visual inspection of current workplane and selected items
- Insight into evolution of the model
Export to various formats
- STL
- STEP
WWW: https://github.com/CadQuery/CQ-editor/
PR: 248212
Submitted by: Neal Nelson <ports@nicandneal.net> |