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