php-8_3-ext-imagick - new package for php83
[oi-userland.git] / components / python / pycparser / python-integrate-project.conf
bloba69cd9cb7f7151de2413ba57400b770161cd30db
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2021 Andreas Wacknitz
26 %include-3%
27 # Due to a packaging oversight, pycparser modifies c_ast.py after
28 # the compilation is done, resulting in a stale pyc file.
29 COMPONENT_POST_INSTALL_ACTION += \
30         $(PYTHON) -m compileall $(PROTO_DIR)$(PYTHON_LIB)/pycparser/c_ast.py