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