components/python/cx_oracle/Makefile
author Drew Fisher <drew.fisher@oracle.com>
Thu, 29 Sep 2016 07:48:57 -0700
changeset 7089 bb4d7431eea3
parent 5753 dbbcee61d77f
child 7687 1093e2a9adbd
permissions -rw-r--r--
24737638 django 1.8.15 24737607 problem in PYTHON-MOD/DJANGO
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4886
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     1
#
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     3
#
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     7
#
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    12
#
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    18
#
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    20
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    21
#
5753
dbbcee61d77f 22766026 update cx_Oracle to v5.2.1
jmcp <James.McPherson@oracle.com>
parents: 4984
diff changeset
    22
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4886
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    23
#
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    24
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    25
include ../../../make-rules/shared-macros.mk
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    26
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    27
COMPONENT_NAME=		cx_Oracle
5753
dbbcee61d77f 22766026 update cx_Oracle to v5.2.1
jmcp <James.McPherson@oracle.com>
parents: 4984
diff changeset
    28
COMPONENT_VERSION=	5.2.1
4886
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    29
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH=		\
5753
dbbcee61d77f 22766026 update cx_Oracle to v5.2.1
jmcp <James.McPherson@oracle.com>
parents: 4984
diff changeset
    32
	sha256:3dfedd9538f50dee41493020c1f589e5c61835a0c8fd14f5a6c47b5919258e81
4886
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	$(call pypi_url)
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=  http://cx-oracle.sourceforge.net/
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    35
COMPONENT_BUGDB=	python-mod/cx_oracle
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    36
5753
dbbcee61d77f 22766026 update cx_Oracle to v5.2.1
jmcp <James.McPherson@oracle.com>
parents: 4984
diff changeset
    37
TPNO=			26442
4886
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    38
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    39
include $(WS_MAKE_RULES)/prep.mk
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    40
include $(WS_MAKE_RULES)/ips.mk
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    41
include $(WS_MAKE_RULES)/setup.py.mk
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    42
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    43
# common targets
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    44
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    45
build:		$(BUILD_32_and_64)
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    46
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    47
install:	$(INSTALL_32_and_64)
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    48
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    49
# We do not run automated tests of this package because doing
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    50
# requires access to a captive Oracle database instance.
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    51
test:		$(NO_TESTS)
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    52
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    53
system-test:    $(NO_TESTS)
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    54
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    55
REQUIRED_PACKAGES += database/oracle/instantclient
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    56
REQUIRED_PACKAGES += developer/oracle/instantclient/sdk
5489d408f67a PSARC/2015/294 cx_Oracle for Solaris
jmcp <James.McPherson@oracle.com>
parents:
diff changeset
    57
REQUIRED_PACKAGES += system/library