3500N/A#
3500N/A# CDDL HEADER START
3500N/A#
3500N/A# The contents of this file are subject to the terms of the
3500N/A# Common Development and Distribution License (the "License").
3500N/A# You may not use this file except in compliance with the License.
3500N/A#
3500N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3500N/A# or http://www.opensolaris.org/os/licensing.
3500N/A# See the License for the specific language governing permissions
3500N/A# and limitations under the License.
3500N/A#
3500N/A# When distributing Covered Code, include this CDDL HEADER in each
3500N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3500N/A# If applicable, add the following below this CDDL HEADER, with the
3500N/A# fields enclosed by brackets "[]" replaced with your own identifying
3500N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3500N/A#
3500N/A# CDDL HEADER END
3500N/A#
3500N/A
3500N/A#
6191N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
3500N/A#
3500N/Ainclude ../../../make-rules/shared-macros.mk
3500N/A
3500N/ACOMPONENT_NAME= PyYAML
6191N/ACOMPONENT_VERSION= 3.11
3500N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3500N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3500N/ACOMPONENT_ARCHIVE_HASH= \
6191N/A sha256:c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8
3500N/ACOMPONENT_ARCHIVE_URL= http://pyyaml.org/download/pyyaml/$(COMPONENT_ARCHIVE)
3500N/ACOMPONENT_PROJECT_URL= http://pyyaml.org/wiki/PyYAML
3500N/ACOMPONENT_BUGDB= python-mod/pyyaml
3500N/A
6191N/ATPNO= 28704
3500N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
3500N/A
3500N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
3500N/A
3500N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
3500N/ACOMPONENT_TEST_ARGS.2.7 = ./tests/lib/test_all.py
3500N/ACOMPONENT_TEST_ARGS.3.4 = ./tests/lib3/test_all.py
5026N/ACOMPONENT_TEST_ARGS.3.5 = ./tests/lib3/test_all.py
3500N/ACOMPONENT_TEST_ARGS = $(COMPONENT_TEST_ARGS.$(PYTHON_VERSION))
3500N/A
3500N/A# common targets
3500N/Abuild: $(BUILD_NO_ARCH)
3500N/A
3500N/Ainstall: $(INSTALL_NO_ARCH)
3500N/A
3500N/Atest: $(TEST_NO_ARCH)
3500N/A
4337N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A