2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# CDDL HEADER START
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# The contents of this file are subject to the terms of the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Common Development and Distribution License (the "License").
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You may not use this file except in compliance with the License.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# or http://www.opensolaris.org/os/licensing.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# See the License for the specific language governing permissions
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# and limitations under the License.
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd#
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# When distributing Covered Code, include this CDDL HEADER in each
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ae232055d4d8a97267517c5e50074c2c819941and# If applicable, add the following below this CDDL HEADER, with the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# fields enclosed by brackets "[]" replaced with your own identifying
6ae232055d4d8a97267517c5e50074c2c819941and# information: Portions Copyright [yyyy] [name of copyright owner]
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# CDDL HEADER END
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd
ecc5150d35c0dc5ee5119c2717e6660fa331abbftakashi#
ecc5150d35c0dc5ee5119c2717e6660fa331abbftakashi# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
ecc5150d35c0dc5ee5119c2717e6660fa331abbftakashi#
ecc5150d35c0dc5ee5119c2717e6660fa331abbftakashi
d474d8ef01ec5c2a09341cd148851ed383c3287crboweninclude ../../../make-rules/shared-macros.mk
0d507cf3a73c7f2d97ed0fead6907ec99f0ac1e7nd
d474d8ef01ec5c2a09341cd148851ed383c3287crbowenCOMPONENT_NAME= oslo.serialization
d474d8ef01ec5c2a09341cd148851ed383c3287crbowenCOMPONENT_VERSION= 1.4.0
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:082dca272f0a941e1cdca1dc02849c5ddac65fa7d19604096be54cd41e7b4317
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= https://launchpad.net/oslo.serialization
COMPONENT_BUGDB= python-mod/oslo.serial
TPNO= 25743
# Depends on oslo.utils which is not Python 3 ready.
PYTHON_VERSIONS = 2.7 2.6
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
# required to execute unittests.
test: $(NO_TESTS)