Makefile revision 4884
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#
4884N/A# Copyright (c) 2015, 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
4884N/ACOMPONENT_VERSION= 5.2
4884N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4884N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4884N/ACOMPONENT_ARCHIVE_HASH= \
4884N/A sha256:c580d5e7fa9748326dbae22f5832401f229ddda5354ec17120d9b28893925bbb
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
4884N/ATPNO= 23247
4884N/A
4884N/A# Specifying PYTHON2_VERSIONS so that we don't get the 2.6
4884N/A# version built as well. It's an oversight in setup.py.mk
4884N/A# that isn't worth fixing since 2.6 is going away very soon.
4884N/APYTHON2_VERSIONS= 2.7
4884N/APYTHON_VERSIONS= 2.7 $(PYTHON3_VERSIONS)
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