python/aiohttp: update to 3.11.2
[oi-userland.git] / components / sysutils / rdiff-backup / python-integrate-project.conf
blob3274c092d684bdea40b037ed6c6945e01a7aab60
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-test-no-pylibacl.patch
17 %patch% 02-test-no-site-packages.patch
19 %include-2%
20 COMPONENT_FMRI =                backup/rdiff-backup
21 COMPONENT_CLASSIFICATION =      Applications/System Utilities
23 # This is a standalone application.  Since no other Python project depends on
24 # it we just provide single unversioned package.
25 SINGLE_PYTHON_VERSION = yes
26 %include-3%
27 # Make sure data files are installed at proper location
28 PYTHON_DATA=$(USRDIR)
30 # Tests needs to find testing modules
31 COMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB):$(@D)/testing
32 %hook-no-license%
33 LICENSE="GPL-2.0-only"