Date: Sun, 16 Aug 2020 12:54:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545105 - head/cad/py-cq-editor Message-ID: <202008161254.07GCsYvV071743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 16 12:54:34 2020 New Revision: 545105 URL: https://svnweb.freebsd.org/changeset/ports/545105 Log: 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> Added: head/cad/py-cq-editor/ head/cad/py-cq-editor/Makefile (contents, props changed) head/cad/py-cq-editor/distinfo (contents, props changed) head/cad/py-cq-editor/pkg-descr (contents, props changed) Added: head/cad/py-cq-editor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/py-cq-editor/Makefile Sun Aug 16 12:54:34 2020 (r545105) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= cq-editor +DISTVERSION= 0.1.2 +CATEGORIES= cad +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@nicandneal.net +COMMENT= CadQuery GUI editor based on PyQT + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cadquery:cad/py-cadquery@${PY_FLAVOR} + +USES= pyqt:5 python:3.6+ +USE_PYTHON= autoplist distutils +USE_PYQT= core gui widgets + +USE_GITHUB= yes +GH_ACCOUNT= CadQuery +GH_PROJECT= CQ-editor + +.include <bsd.port.mk> Added: head/cad/py-cq-editor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/py-cq-editor/distinfo Sun Aug 16 12:54:34 2020 (r545105) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595406923 +SHA256 (CadQuery-CQ-editor-0.1.2_GH0.tar.gz) = 760f1bf2f5c46dd7b6590f1161ebc7dc6907f286602f4f27a294596eeb51611e +SIZE (CadQuery-CQ-editor-0.1.2_GH0.tar.gz) = 2229478 Added: head/cad/py-cq-editor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/py-cq-editor/pkg-descr Sun Aug 16 12:54:34 2020 (r545105) @@ -0,0 +1,14 @@ +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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161254.07GCsYvV071743>