gst-plugins-base1: Update to 1.22.1
[oi-userland.git] / components / python / dill / Makefile
blob627a919d70917574df8e74e205bc38d3a46f0b02
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
18 USE_COMMON_TEST_MASTER = no
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = dill
23 HUMAN_VERSION = 0.3.6
24 COMPONENT_SUMMARY = dill - serialize all of python
25 COMPONENT_PROJECT_URL = https://github.com/uqfoundation/dill
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/7c/e7/364a09134e1062d4d5ff69b853a56cf61c223e0afcc6906b6832bcd51ea8/dill-0.3.6.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373
30 COMPONENT_LICENSE = BSD-3-Clause
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/objgraph
37 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
38 PYTHON_REQUIRED_PACKAGES += runtime/python