components/python/congressclient/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 26 Jan 2017 16:44:14 -0800
changeset 7617 14b1a4293086
parent 6767 2b5cf861126e
child 7687 1093e2a9adbd
permissions -rw-r--r--
Close of build 117.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6767
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		python-congressclient
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.2.3
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
    sha256:1f61424876f20777ffbefdf0d2e6f474de20a77fdf9a3693c83326e1760e176f
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_URL=	$(call pypi_url)
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
COMPONENT_PROJECT_URL=	https://github.com/openstack/python-congressclient
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	service/congress
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
TPNO=			30296
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
# Depends on keystoneclient which is not Python 3 ready.
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
include $(WS_MAKE_RULES)/prep.mk
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
include $(WS_MAKE_RULES)/setup.py.mk
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/ips.mk
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
# common targets
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
build:		$(BUILD_NO_ARCH)
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
install:	$(INSTALL_NO_ARCH)
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
2b5cf861126e PSARC 2016/486 congressclient - Python and CLI client for the OpenStack Policy API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
test:		$(NO_TESTS)