Makefile revision 5680
148N/A#
148N/A# CDDL HEADER START
148N/A#
148N/A# The contents of this file are subject to the terms of the
148N/A# Common Development and Distribution License (the "License").
148N/A# You may not use this file except in compliance with the License.
148N/A#
148N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
148N/A# or http://www.opensolaris.org/os/licensing.
148N/A# See the License for the specific language governing permissions
148N/A# and limitations under the License.
148N/A#
148N/A# When distributing Covered Code, include this CDDL HEADER in each
148N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148N/A# If applicable, add the following below this CDDL HEADER, with the
148N/A# fields enclosed by brackets "[]" replaced with your own identifying
148N/A# information: Portions Copyright [yyyy] [name of copyright owner]
148N/A#
148N/A# CDDL HEADER END
148N/A#
148N/A
148N/A#
690N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
148N/A#
148N/Ainclude ../../../make-rules/shared-macros.mk
148N/A
148N/ACOMPONENT_NAME= setuptools-git
148N/ACOMPONENT_VERSION= 1.0
148N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
148N/ACOMPONENT_ARCHIVE_HASH= \
148N/A sha256:eb75844bd56bd33f7c461246cdf99e6fa50b6a8dde2c56c967db54cd47b51af4
148N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
148N/ACOMPONENT_PROJECT_URL= https://github.com/wichert/setuptools-git
148N/ACOMPONENT_BUGDB= python-mod/setuptools
148N/A
148N/ATPNO= 14503
148N/A
181N/Ainclude $(WS_MAKE_RULES)/prep.mk
148N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
181N/Ainclude $(WS_MAKE_RULES)/ips.mk
148N/A
148N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
148N/A
148N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
148N/ACOMPONENT_TEST_ARGS= setup.py test
148N/A
148N/A# common targets
148N/Abuild: $(BUILD_NO_ARCH)
148N/A
148N/Ainstall: $(INSTALL_NO_ARCH)
148N/A
148N/Atest: $(TEST_NO_ARCH)
148N/A
181N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
181N/A