0N/A#
1879N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
1472N/A# CDDL HEADER END
1472N/A
1472N/A#
0N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A
1879N/Ainclude ../../../make-rules/shared-macros.mk
1879N/A
1879N/ACOMPONENT_NAME= cx_Oracle
1879N/ACOMPONENT_VERSION= 5.2.1
1879N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1879N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1879N/ACOMPONENT_ARCHIVE_HASH= \
1879N/A sha256:3dfedd9538f50dee41493020c1f589e5c61835a0c8fd14f5a6c47b5919258e81
1879N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1879N/ACOMPONENT_PROJECT_URL= http://cx-oracle.sourceforge.net/
0N/ACOMPONENT_BUGDB= python-mod/cx_oracle
0N/A
0N/ATPNO= 26442
0N/A
0N/A# Specifying PYTHON2_VERSIONS so that we don't get the 2.6
0N/A# version built as well. It's an oversight in setup.py.mk
0N/A# that isn't worth fixing since 2.6 is going away very soon.
0N/APYTHON2_VERSIONS= 2.7
0N/APYTHON_VERSIONS= 2.7 $(PYTHON3_VERSIONS)
0N/A
113N/Ainclude $(WS_MAKE_RULES)/prep.mk
113N/Ainclude $(WS_MAKE_RULES)/ips.mk
113N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
113N/A
113N/A# common targets
113N/A
113N/Abuild: $(BUILD_32_and_64)
113N/A
113N/Ainstall: $(INSTALL_32_and_64)
113N/A
113N/A# We do not run automated tests of this package because doing
113N/A# requires access to a captive Oracle database instance.
113N/Atest: $(NO_TESTS)
113N/A
113N/Asystem-test: $(NO_TESTS)
113N/A
113N/AREQUIRED_PACKAGES += database/oracle/instantclient
113N/AREQUIRED_PACKAGES += developer/oracle/instantclient/sdk
113N/AREQUIRED_PACKAGES += system/library
113N/A