Makefile revision 4506
20177N/A#
19845N/A# CDDL HEADER START
19845N/A#
19845N/A# The contents of this file are subject to the terms of the
19845N/A# Common Development and Distribution License (the "License").
19845N/A# You may not use this file except in compliance with the License.
19845N/A#
19845N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
19845N/A# or http://www.opensolaris.org/os/licensing.
19845N/A# See the License for the specific language governing permissions
19845N/A# and limitations under the License.
20055N/A#
20055N/A# When distributing Covered Code, include this CDDL HEADER in each
19845N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19845N/A# If applicable, add the following below this CDDL HEADER, with the
19845N/A# fields enclosed by brackets "[]" replaced with your own identifying
19845N/A# information: Portions Copyright [yyyy] [name of copyright owner]
19845N/A#
20857N/A# CDDL HEADER END
19845N/A#
19845N/A
19845N/A#
19845N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
19845N/A#
19845N/A
19845N/Ainclude ../../../make-rules/shared-macros.mk
19845N/A
19845N/ACOMPONENT_NAME= singledispatch
19845N/ACOMPONENT_VERSION= 3.4.0.3
19845N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
19845N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
19845N/ACOMPONENT_ARCHIVE_HASH= \
19845N/A sha256:5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c
19845N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
19845N/ACOMPONENT_PROJECT_URL= https://bitbucket.org/ambv/singledispatch
19845N/ACOMPONENT_BUGDB= python-mod/singledispatch
19845N/A
19845N/ATPNO= 22463
19845N/A
19845N/A# singledispatch is superfluous in Python 3.4
19845N/APYTHON_VERSIONS= 2.7 2.6
19845N/A
19912N/Ainclude $(WS_MAKE_RULES)/prep.mk
19845N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
19845N/Ainclude $(WS_MAKE_RULES)/ips.mk
19845N/A
19845N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
19845N/A
19845N/A# common targets
19845N/Abuild: $(BUILD_NO_ARCH)
19845N/A
19845N/Ainstall: $(INSTALL_NO_ARCH)
19845N/A
19845N/Atest: $(NO_TESTS)
19845N/A