727N/A#
727N/A# CDDL HEADER START
727N/A#
727N/A# The contents of this file are subject to the terms of the
727N/A# Common Development and Distribution License (the "License").
727N/A# You may not use this file except in compliance with the License.
727N/A#
727N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
727N/A# or http://www.opensolaris.org/os/licensing.
727N/A# See the License for the specific language governing permissions
727N/A# and limitations under the License.
727N/A#
727N/A# When distributing Covered Code, include this CDDL HEADER in each
727N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
727N/A# If applicable, add the following below this CDDL HEADER, with the
727N/A# fields enclosed by brackets "[]" replaced with your own identifying
727N/A# information: Portions Copyright [yyyy] [name of copyright owner]
727N/A#
727N/A# CDDL HEADER END
727N/A#
5680N/A
5680N/A#
5484N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
727N/A#
727N/Ainclude ../../../make-rules/shared-macros.mk
727N/A
2818N/ACOMPONENT_NAME= setuptools
5484N/ACOMPONENT_VERSION= 19.2
2818N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION)
727N/A
2818N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
727N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
5484N/A sha256:f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a
5484N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
5484N/ACOMPONENT_PROJECT_URL= https://bitbucket.org/pypa/setuptools
1289N/ACOMPONENT_BUGDB= python-mod/setuptools
727N/A
5484N/ATPNO= 26352
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
727N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
727N/A# common targets
1716N/Abuild: $(BUILD_NO_ARCH)
727N/A
1716N/Ainstall: $(INSTALL_NO_ARCH)
727N/A
5484N/A# requires pytest >= 2.8, which has not been upgraded yet
727N/Atest: $(NO_TESTS)
727N/A
4337N/Asystem-test: $(NO_TESTS)
4337N/A