From owner-freebsd-ports-bugs@freebsd.org Sat Oct 24 22:36:11 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0465E45661D for ; Sat, 24 Oct 2020 22:36:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CJbY66Nstz4CdZ for ; Sat, 24 Oct 2020 22:36:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DB57345661C; Sat, 24 Oct 2020 22:36:10 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB1DC456682 for ; Sat, 24 Oct 2020 22:36:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJbY65YQcz4CdY for ; Sat, 24 Oct 2020 22:36:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DCC61FAA9 for ; Sat, 24 Oct 2020 22:36:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 09OMaAkC053767 for ; Sat, 24 Oct 2020 22:36:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 09OMaAhL053766 for ports-bugs@FreeBSD.org; Sat, 24 Oct 2020 22:36:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 250586] cad/py-cq-editor: broken, requires spyder Date: Sat, 24 Oct 2020 22:36:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rsmith@xs4all.nl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 22:36:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250586 Bug ID: 250586 Summary: cad/py-cq-editor: broken, requires spyder Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: rsmith@xs4all.nl CC: ports@nicandneal.net Flags: maintainer-feedback?(ports@nicandneal.net) CC: ports@nicandneal.net A freshly-built cq-editor does not work without spyder: > cq-editor=20 Traceback (most recent call last): File "/usr/local/bin/cq-editor", line 11, in load_entry_point('CQ-editor=3D=3D0.1.0', 'gui_scripts', 'cq-editor')() File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 2852, in load_entry_point return ep.load() File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 2443, in load return self.resolve() File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 2449, in resolve module =3D __import__(self.module_name, fromlist=3D['__name__'], level= =3D0) File "/usr/local/lib/python3.9/site-packages/cq_editor/__main__.py", line= 12, in from .main_window import MainWindow File "/usr/local/lib/python3.9/site-packages/cq_editor/main_window.py", l= ine 7, in from .widgets.editor import Editor File "/usr/local/lib/python3.9/site-packages/cq_editor/widgets/editor.py", line 1, in from spyder.widgets.sourcecode.codeeditor import CodeEditor ModuleNotFoundError: No module named 'spyder' This is a pity, since spyder pulls in a ton of dependencies. --=20 You are receiving this mail because: You are the assignee for the bug.=