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