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= lazy-object-proxy
6936N/ACOMPONENT_VERSION= 1.2.2
6936N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6936N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6936N/ACOMPONENT_ARCHIVE_HASH= \
6936N/A sha256:ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268
6936N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6936N/ACOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/lazy-object-proxy
6936N/ACOMPONENT_BUGDB= python-mod/lazy-obj-proxy
6936N/A
6936N/ATPNO= 31477
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/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6936N/A
6936N/Abuild: $(BUILD_32_and_64)
6936N/A
6936N/Ainstall: $(INSTALL_32_and_64)
6936N/A
6936N/A# see $(COMPONENT_SRC)/tox.ini for the python modules required to execute
6936N/A# unittests.
6936N/Atest: $(NO_TESTS)