6936N/A#
6936N/A# CDDL HEADER START
6936N/A#
6936N/A# The contents of this file are subject to the terms of the
6936N/A# Common Development and Distribution License (the "License").
6936N/A# You may not use this file except in compliance with the License.
6936N/A#
6936N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6936N/A# or http://www.opensolaris.org/os/licensing.
6936N/A# See the License for the specific language governing permissions
6936N/A# and limitations under the License.
6936N/A#
6936N/A# When distributing Covered Code, include this CDDL HEADER in each
6936N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6936N/A# If applicable, add the following below this CDDL HEADER, with the
6936N/A# fields enclosed by brackets "[]" replaced with your own identifying
6936N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6936N/A#
6936N/A# CDDL HEADER END
6936N/A#
6936N/A
6936N/A#
6936N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6936N/A#
6936N/A
6936N/Ainclude ../../../make-rules/shared-macros.mk
6936N/A
6936N/ACOMPONENT_NAME= isort
6936N/ACOMPONENT_VERSION= 4.2.5
6936N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6936N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6936N/ACOMPONENT_ARCHIVE_HASH= \
6936N/A sha256:56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c
6936N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6936N/ACOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/isort
6936N/ACOMPONENT_BUGDB= python-mod/isort
6936N/A
6936N/ATPNO= 31386
6936N/A
6936N/Ainclude $(WS_MAKE_RULES)/prep.mk
6936N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
6936N/Ainclude $(WS_MAKE_RULES)/ips.mk
6936N/A
6936N/A# Rename isort to its versioned name; mediated links (depending on
6936N/A# the python version) in the manifest will create the link from isort
6936N/A# to the correct isort-${PYTHON_VERSION}
6936N/ACOMPONENT_POST_INSTALL_ACTION += \
6936N/A (cd $(PROTO_DIR)/usr/bin ; $(MV) -f isort isort-$(PYTHON_VERSION)) ;
6936N/A
6936N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6936N/A
6936N/Abuild: $(BUILD_NO_ARCH)
6936N/A
6936N/Ainstall: $(INSTALL_NO_ARCH)
6936N/A
6936N/A# tests hookup need further work. See CR #24696934 for more details.
6936N/Atest: $(NO_TESTS)