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