From nobody Wed Jul 14 10:38:14 2021 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EDCDC1242B19 for ; Wed, 14 Jul 2021 10:38:14 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GPv9L6Dflz4VM6 for ; Wed, 14 Jul 2021 10:38:14 +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 BD48A148BB for ; Wed, 14 Jul 2021 10:38:14 +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 16EAcEoJ036956 for ; Wed, 14 Jul 2021 10:38:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16EAcEwp036955 for python@FreeBSD.org; Wed, 14 Jul 2021 10:38:14 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: python@FreeBSD.org Subject: [Bug 257131] [NEW PORT] devel/py-cadquery-pywrap: C++ binding generator for Python Date: Wed, 14 Jul 2021 10:38:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: dependson keywords cc short_desc bug_status flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257131 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |256925, 256924 Keywords| |feature, needs-patch, | |needs-qa CC| |ports@nicandneal.net, | |python@FreeBSD.org Summary|[NEW PORT]: |[NEW PORT] |devel/py-cadquery-pywrap - |devel/py-cadquery-pywrap: |C++ to python wrapper used |C++ binding generator for |by CadQuery. |Python Status|New |Open Flags| |maintainer-feedback?(ports@ | |nicandneal.net) --- Comment #1 from Kubilay Kocak --- Review items: Upstream seem to be using a name (setup.py:name=3Dpywrap) that's already registered with PyPI [1][2], a different project, which is likely to be problematic in various ways. Probably worth pinging upstream about it if they're not already aware. Since your port is named "cadquery-pywrap", there's slightly less of an issue, un= less and until upstream pick a different 'proper name' and we have to rename the port. Better to get clarity on what they will call it as soon as possible. Ideally its "cadquery-pywrap" :) Upstream pins jinja ( 'jinja2=3D=3D2.11.3',), modifying just the RUN_DEPEND= S is insufficient, and will break at runtime as soon as jinja is not that exact version. Patch the upstream dependency version spec, and ask upstream to make this a normal >=3D dependency All the python (.py) files will need to be precompiled (pyc/pyo) prior to installation using standard 'compileall' methods, as these will be generate= d at first run time, and on pkg-deinstall be orphaned (as theyre not referenced = in the pkg-plist). However, I would suggest trying to make the standard 'USE_PYTHON=3Ddistutils autoplist concurrent' framework bits work, since upstream ships a setup.py, that 'should just work' If you need help #freebsd-ports and/or #freebsd-python on Libera IRC :) [1] https://pypi.org/project/pywrap/ [2] https://github.com/tmr232/pywrap Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256924 [Bug 256924] [NEW PORT]: devel/py-logzero - Robust and effective logging for Python https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256925 [Bug 256925] [NEW PORT]: devel/py-cymbal - Add functionality missing from libclang Python binding --=20 You are receiving this mail because: You are on the CC list for the bug.=