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