6756N/A#
6756N/A# CDDL HEADER START
6756N/A#
6756N/A# The contents of this file are subject to the terms of the
6756N/A# Common Development and Distribution License (the "License").
6756N/A# You may not use this file except in compliance with the License.
6756N/A#
6756N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6756N/A# or http://www.opensolaris.org/os/licensing.
6756N/A# See the License for the specific language governing permissions
6756N/A# and limitations under the License.
6756N/A#
6756N/A# When distributing Covered Code, include this CDDL HEADER in each
6756N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6756N/A# If applicable, add the following below this CDDL HEADER, with the
6756N/A# fields enclosed by brackets "[]" replaced with your own identifying
6756N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6756N/A#
6756N/A# CDDL HEADER END
6756N/A#
6756N/A
6756N/A#
6756N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6756N/A#
6756N/A
6756N/Ainclude ../../../make-rules/shared-macros.mk
6756N/A
6756N/ACOMPONENT_NAME= oslo.cache
6756N/ACOMPONENT_VERSION= 1.6.0
6756N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6756N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6756N/ACOMPONENT_ARCHIVE_HASH= \
6756N/A sha256:c357671fb642822924d063b8151e132a6e7a65189c6c35c3f22c64ae0b0bdda8
6756N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6756N/ACOMPONENT_PROJECT_URL= http://docs.openstack.org/developer/oslo.cache/
6756N/ACOMPONENT_BUGDB= python-mod/oslo.cache
6756N/A
6756N/ATPNO= 29528
6756N/A
6756N/A# Depends on oslo.utils which is not Python 3 ready.
6756N/APYTHON_VERSIONS = $(PYTHON2_VERSIONS)
6756N/A
6756N/Ainclude $(WS_MAKE_RULES)/prep.mk
6756N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
6756N/Ainclude $(WS_MAKE_RULES)/ips.mk
6756N/A
6756N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6756N/A
6756N/A# common targets
6756N/Abuild: $(BUILD_NO_ARCH)
6756N/A
6756N/Ainstall: $(INSTALL_NO_ARCH)
6756N/A
6756N/A# See $(COMPONENT_SRC)/test-requirements.txt for the Python modules
6756N/A# required to execute unittests.
6756N/Atest: $(NO_TESTS)