5403N/A#
5403N/A# CDDL HEADER START
5403N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A
5403N/A#
5403N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/A
5403N/Ainclude ../../../make-rules/shared-macros.mk
5403N/A
5403N/ACOMPONENT_NAME= msgpack-python
6191N/ACOMPONENT_VERSION= 0.4.7
5403N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5403N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5403N/ACOMPONENT_ARCHIVE_HASH= \
6191N/A sha256:5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b
5403N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
5403N/ACOMPONENT_PROJECT_URL= http://pypi.python.org/pypi/msgpack-python/
5403N/ACOMPONENT_BUGDB= python-mod/msgpack
5403N/A
6191N/ATPNO= 29203
5403N/A
5403N/Ainclude $(WS_MAKE_RULES)/prep.mk
5403N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
5403N/Ainclude $(WS_MAKE_RULES)/ips.mk
5403N/A
5403N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5403N/A
5403N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
5403N/ACOMPONENT_TEST_ARGS= ""
5403N/ACOMPONENT_TEST_CMD= py.test-$(PYTHON_VERSION)
5403N/A
5403N/A# There's a C++ extension to build a shared library but distutils
5403N/A# doesn't seem to want to build it. See bug 22674518 for more
5403N/A# information.
5403N/A
5403N/A# common targets
5403N/Abuild: $(BUILD_NO_ARCH)
5403N/A
5403N/Ainstall: $(INSTALL_NO_ARCH)
5403N/A
5403N/Atest: $(TEST_NO_ARCH)