libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / python / dill / Makefile
blobf60f8bc932298e58f092ee2a36a5b9b79b509404
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 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project dill
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = dill
22 HUMAN_VERSION = 0.3.8
23 COMPONENT_SUMMARY = dill - serialize all of Python
24 COMPONENT_PROJECT_URL = https://github.com/uqfoundation/dill
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/17/4d/ac7ffa80c69ea1df30a8aa11b3578692a5118e7cd1aa157e3ef73b092d15/dill-0.3.8.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca
29 COMPONENT_LICENSE = BSD-3-Clause
30 COMPONENT_LICENSE_FILE = LICENSE
32 include $(WS_MAKE_RULES)/common.mk
34 # Normalize pointers
35 COMPONENT_TEST_TRANSFORMS += "-e 's/\(lambda> at \)0x[0-9a-f]\{1,\}/\1\$$(POINTER)/g'"
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/objgraph
39 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
40 PYTHON_REQUIRED_PACKAGES += library/python/wheel
41 PYTHON_REQUIRED_PACKAGES += runtime/python