Skip to content
Snippets Groups Projects
Commit 6cb28f4b authored by Neal Nelson's avatar Neal Nelson Committed by Yasuhiro Kimura
Browse files

devel/py-clang: Add new port

This is a stand-alone python library binding the libclang
functionality. Currently each llvm port installs it's own version, but
this is an option (albeit default) and it's installed in a
non-standard location. This port removes the dependency on the option
and the need to patch software that uses it to use the non-standard
location.

PR:		258199
parent 1570b78b
No related branches found
No related tags found
No related merge requests found
......@@ -4322,6 +4322,7 @@
SUBDIR += py-cheetah3
SUBDIR += py-circuits
SUBDIR += py-ciso8601
SUBDIR += py-clang
SUBDIR += py-cld
SUBDIR += py-cle
SUBDIR += py-cleo
......
PORTNAME= clang
DISTVERSION= 11.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@nicandneal.net
COMMENT= Python bindings for libclang
LICENSE= NCSA
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
TIMESTAMP = 1630510923
SHA256 (clang-11.0.tar.gz) = f838e6475b1fe5c91efb97e80ae19420c39483fd5aa7ef10f03ffb51edc6f8c5
SIZE (clang-11.0.tar.gz) = 30948
This is the python bindings subdir of llvm clang repository.
WWW: https://github.com/llvm-mirror/clang/tree/master/bindings/python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment