[Bug 256925] [NEW PORT]: devel/py-cymbal: Easily add functionality missing from libclang Python bindings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 08:42:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256925
--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=c5067c3e7ef42ebe1b7ad44cc436371e65d1d913
commit c5067c3e7ef42ebe1b7ad44cc436371e65d1d913
Author: Neal Nelson <ports@nicandneal.net>
AuthorDate: 2021-10-28 04:20:43 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-10-28 08:40:42 +0000
devel/py-cymbal: Add new port
Cymbal makes it easy to add functionality missing from libclang Python
bindings
The Clang libclang python bindings use ctypes to invoke functions
present in libclang dynamic library. In some cases, only a subset of
the C functions are available, because the platform or version
specific Python bindings omit functions. Cymbal simplfies the process
of dynamically adding those methods to Types and Cursors.
PR: 256925
devel/Makefile | 1 +
devel/py-cymbal/Makefile (new) | 22 ++++++++++++++++++++++
devel/py-cymbal/distinfo (new) | 3 +++
devel/py-cymbal/pkg-descr (new) | 10 ++++++++++
4 files changed, 36 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.