View | Details | Raw Unified | Return to bug 256925 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-cymbal/Makefile (+15 lines)
Added Link Here
1
PORTNAME=	cymbal
2
DISTVERSION=	1.0.0
3
CATEGORIES=	devel
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	ports@nicandneal.net
8
COMMENT=	Easily add functionality missing from libclang Python bindings
9
10
LICENSE=	MIT
11
12
USES=	python
13
USE_PYTHON=	distutils autoplist
14
15
.include <bsd.port.mk>
(-)b/devel/py-cymbal/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1626094156
2
SHA256 (cymbal-1.0.0.tar.gz) = 1c79a00190bc8646505392b904e6e76410e98018f96f247ff7d363365241e2e0
3
SIZE (cymbal-1.0.0.tar.gz) = 4145
(-)b/devel/py-cymbal/pkg-descr (+8 lines)
Added Link Here
1
Cymbal makes it easy to add functionality missing from libclang Python bindings
2
3
The Clang libclang python bindings use ctypes to invoke functions present in libclang
4
dynamic library. In some cases, only a subset of the C functions are available,
5
because the platform or version specific Python bindings omit functions. Cymbal
6
simplfies the process of dynamically adding those methods to Types and Cursors.
7
8
WWW: https://github.com/CadQuery/cymbal

Return to bug 256925