Makefile revision 5403
888N/A#
888N/A# CDDL HEADER START
888N/A#
888N/A# The contents of this file are subject to the terms of the
888N/A# Common Development and Distribution License (the "License").
888N/A# You may not use this file except in compliance with the License.
888N/A#
888N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
888N/A# or http://www.opensolaris.org/os/licensing.
888N/A# See the License for the specific language governing permissions
888N/A# and limitations under the License.
888N/A#
888N/A# When distributing Covered Code, include this CDDL HEADER in each
888N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
888N/A# If applicable, add the following below this CDDL HEADER, with the
888N/A# fields enclosed by brackets "[]" replaced with your own identifying
888N/A# information: Portions Copyright [yyyy] [name of copyright owner]
888N/A#
888N/A# CDDL HEADER END
888N/A#
2790N/A
888N/A#
3817N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
2790N/A#
2790N/A
888N/Ainclude ../../../make-rules/shared-macros.mk
888N/A
888N/ACOMPONENT_NAME= jsonrpclib
5107N/ACOMPONENT_VERSION= 0.2.6
5107N/ACOMPONENT_PROJECT_URL= https://github.com/tcalmant/jsonrpclib
5107N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5107N/ACOMPONENT_ARCHIVE= v$(COMPONENT_VERSION).tar.gz
888N/ACOMPONENT_ARCHIVE_HASH= \
5107N/A sha256:17acc9f89f74fd9f4a22b2fe4bd26a97a7fe68a5ea0a9bd506fb96685cb0fed2
5107N/ACOMPONENT_ARCHIVE_URL=https://github.com/tcalmant/jsonrpclib/archive/$(COMPONENT_ARCHIVE)
1289N/ACOMPONENT_BUGDB= python-mod/jsonrpclib
888N/A
5107N/ATPNO= 24886
2899N/A
5107N/A# upstream not Python 3.5 ready
5107N/APYTHON_VERSIONS= $(PYTHON2_VERSIONS) 3.4
2818N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
888N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
2790N/ACOMPONENT_TEST_DIR= $(COMPONENT_SRC)
5107N/ACOMPONENT_TEST_CMD= /usr/bin/nosetests
5107N/ACOMPONENT_TEST_ARGS = tests
5107N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
5107N/A
5107N/ACOMPONENT_TEST_TRANSFORMS += \
5107N/A '-e "s|\(127.0.0.1\).*|\1|" ' \
5107N/A '-e "s|\(^Ran 51 tests in\).*|\1|" '
2790N/A
888N/A# common targets
1716N/Abuild: $(BUILD_NO_ARCH)
888N/A
1716N/Ainstall: $(INSTALL_NO_ARCH)
888N/A
5107N/A# Ran 51 tests, OK.
2790N/Atest: $(TEST_NO_ARCH)
888N/A
4337N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A