python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / jsonrpclib-pelix / Makefile
blobd90ca1c9efc44cafd916cb8cadb2deaa2b11e036
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 jsonrpclib-pelix
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = jsonrpclib-pelix
22 HUMAN_VERSION = 0.4.3.3
23 COMPONENT_SUMMARY = This project is an implementation of the JSON-RPC v2.0 specification (backwards-compatible) as a client library, for Python 2.7 and Python 3. This version is a fork of jsonrpclib by Josh Marshall, made to be also usable with Pelix/iPOPO remote services.
24 COMPONENT_PROJECT_URL = http://github.com/tcalmant/jsonrpclib/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:c494fe7100b1139b1311469c28bc32d1cb92e4ff1f4511fb71d6807205dc3773
27 COMPONENT_LICENSE = Apache-2.0
28 COMPONENT_LICENSE_FILE = LICENSE
30 TEST_STYLE = pytest
32 include $(WS_MAKE_RULES)/common.mk
34 # https://github.com/tcalmant/jsonrpclib/issues/61
35 COMPONENT_PREP_ACTION += $(CHMOD) +x $(SOURCE_DIR)/tests/cgi-bin/cgi_server.py ;
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
39 PYTHON_REQUIRED_PACKAGES += library/python/wheel
40 PYTHON_REQUIRED_PACKAGES += runtime/python