Date: Sat, 28 Aug 2021 03:51:31 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257131] [NEW PORT] devel/py-cadquery-pywrap: C++ binding generator for Python Message-ID: <bug-257131-7788-ar2rkwOOAu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257131-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-257131-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257131 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-patch | Flags|maintainer-feedback+ |maintainer-feedback?(ports@ | |nicandneal.net) --- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> --- (In reply to Neal Nelson from comment #5) Thanks Neal - Upstream ships a LICENSE file, add LICENSE_FILE - If jinja2 is no longer a requirement, should it be removed from RUN_DEP= ENDS ? - Use %%VARIABLE%% substitution in post-patch, or use SUB_FILES / SUBLIST - There's a strong preference for not hardcoding compiler versions. Does pywrap support only LLVM 10 or some other version set? If it's something li= ke >=3DX, use something like the following:=20 https://cgit.freebsd.org/ports/tree/devel/libclc/Makefile - setup.py declares PyPI clang package as a dependency, whats the nature = of this dependency or why is it not included or necessary here? My assumption would be that `import clang` would fail if its missing. Do we need to port = it? - Packages that install files into non-versioned (shared) locations need = to be made concurrent-installation- safe (using USE_PYTHON=3Dconcurrent). This package does: entry_points=3D{'console_scripts': --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257131-7788-ar2rkwOOAu>