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