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