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

Collapse All | Expand All

(-)b/devel/py-cymbal/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	cymbal
2
DISTVERSION=	1.0.0
3
CATEGORIES=	devel
4
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
5
6
MAINTAINER=	ports@nicandneal.net
7
COMMENT=	Easily add functionality missing from libclang Python bindings
8
9
LICENSE=	MIT
10
11
USES=	python
12
USE_PYTHON=	distutils autoplist
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	CadQuery
16
GH_PROJECT=	cymbal
17
GH_TAGNAME=	f0c7e7d
18
19
do-build:
20
	# Nothing to build.
21
22
.include <bsd.port.mk>
(-)b/devel/py-cymbal/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1592838485
2
SHA256 (CadQuery-cymbal-1.0.0-f0c7e7d_GH0.tar.gz) = 87a86ed6c7e6c8dc298284e0d0214a6c6a571710e94b87c103c37ec22196d8ff
3
SIZE (CadQuery-cymbal-1.0.0-f0c7e7d_GH0.tar.gz) = 4116
(-)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