libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / python / six / Makefile
blob4522ff6243b7eb8fdd421ede86ca1417998332aa
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 six
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = six
22 COMPONENT_VERSION = 1.16.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = six - Python 2 and 3 compatibility utilities
25 COMPONENT_PROJECT_URL = https://github.com/benjaminp/six
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 # This component is required by following bootstrapped components so it must be
34 # bootstrapped too.
35 # - tox (test bootstrap)
36 PYTHON_TEST_BOOTSTRAP = yes
38 include $(WS_MAKE_RULES)/common.mk
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += runtime/python