Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2021 08:42:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256925] [NEW PORT]: devel/py-cymbal: Easily add functionality missing from libclang Python bindings
Message-ID:  <bug-256925-7788-zdc0J6akbo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256925-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=3D256925

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dc5067c3e7ef42ebe1b7ad44cc436371=
e65d1d913

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(+)

--=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-256925-7788-zdc0J6akbo>