python/aiohttp: update to 3.11.4
[oi-userland.git] / components / python / pycmd / python-integrate-project.conf
blobd19f19220fb29dcd494c986825d6d48836fb4bd2
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2023 Marcel Telka
16 %patch% 01-no-shebang.patch
17 %patch% 02-pytester.patch
18 %patch% 03-test-skip-failing.patch
19 %patch% 04-pytest-markers.patch
20 %patch% 05-SyntaxWarning-is.patch
22 %include-3%
23 # Testing needs access to py.lookup and py.cleanup
24 COMPONENT_PRE_TEST_ACTION += $(LN) -s py.lookup-$(PYTHON_VERSION) $(PROTO_DIR)/usr/bin/py.lookup ;
25 COMPONENT_POST_TEST_ACTION += $(RM) $(PROTO_DIR)/usr/bin/py.lookup ;
26 COMPONENT_PRE_TEST_ACTION += $(LN) -s py.cleanup-$(PYTHON_VERSION) $(PROTO_DIR)/usr/bin/py.cleanup ;
27 COMPONENT_POST_TEST_ACTION += $(RM) $(PROTO_DIR)/usr/bin/py.cleanup ;
28 COMPONENT_TEST_ENV += PATH=$(PROTO_DIR)/usr/bin:$(PATH)