[Bug 257920] [NEW PORT] devel/py-pycapnp: Cython wrapping of the C++ Cap'n Proto library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Aug 2021 16:32:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257920 Maxim Sobolev <sobomax@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #227558|0 |1 is obsolete| | --- Comment #6 from Maxim Sobolev <sobomax@FreeBSD.org> --- Created attachment 227572 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227572&action=edit New port (rev 2). Changes since last revision (thanks koobs@). - Match COMMENT to upstream titl,e modulo portlint needs. In this case: "Cython wrapping of the C++ Cap'n Proto library" - Package installs files into non Python version specific (shared) locations, port needs to be made concurrent (installation) safe using USE_PYTHON=concurrent [1] - Upstream says it wants a C++14 compiler, probably worth using USES=compiler:<lang> here. [2] - Using system (ports) LIB_DEPENDS is preferable, by default this uses the bundled libpcap code. Use --force-system-libcapnp" added to PYDISTUTILS_BUILDARGS [4] -- You are receiving this mail because: You are on the CC list for the bug.