Makefile revision 4982
2ronwalf#
2ronwalf# CDDL HEADER START
2ronwalf#
2ronwalf# The contents of this file are subject to the terms of the
2ronwalf# Common Development and Distribution License (the "License").
2ronwalf# You may not use this file except in compliance with the License.
2ronwalf#
2ronwalf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2ronwalf# or http://www.opensolaris.org/os/licensing.
2ronwalf# See the License for the specific language governing permissions
2ronwalf# and limitations under the License.
2ronwalf#
2ronwalf# When distributing Covered Code, include this CDDL HEADER in each
2ronwalf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2ronwalf# If applicable, add the following below this CDDL HEADER, with the
2ronwalf# fields enclosed by brackets "[]" replaced with your own identifying
2ronwalf# information: Portions Copyright [yyyy] [name of copyright owner]
2ronwalf#
2ronwalf# CDDL HEADER END
2ronwalf#
2ronwalf
2ronwalf#
2ronwalf# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2ronwalf#
2ronwalf
2ronwalfinclude ../../../make-rules/shared-macros.mk
2ronwalf
2ronwalfCOMPONENT_NAME= zope.interface
2ronwalfCOMPONENT_VERSION= 3.3.0
2ronwalfCOMPONENT_PROJECT_URL= http://zope.org/Wikis/Interfaces/FrontPage
2ronwalfCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2ronwalfCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2ronwalfCOMPONENT_ARCHIVE_HASH= \
2ronwalf sha256:c049ef6f0748a2db26c7d01de1566e52f048e5fa6fbbb8da90c43e55597a5075
2ronwalfCOMPONENT_ARCHIVE_URL= $(call pypi_url)
2ronwalfCOMPONENT_BUGDB= python-mod/zope
2ronwalf
2ronwalfTPNO= 7911
2ronwalf
18daenzerorama# Syntax issues: not Python 3 ready.
2ronwalfPYTHON_VERSIONS= $(PYTHON2_VERSIONS)
2ronwalf
2ronwalfinclude $(WS_MAKE_RULES)/prep.mk
2ronwalfinclude $(WS_MAKE_RULES)/setup.py.mk
2ronwalfinclude $(WS_MAKE_RULES)/ips.mk
2ronwalf
2ronwalfASLR_MODE = $(ASLR_NOT_APPLICABLE)
2ronwalf
2ronwalfCOMPONENT_TEST_ARGS= ../runtests.sh
2ronwalfCOMPONENT_TEST_CMD= /bin/sh
2ronwalfCOMPONENT_TEST_DIR= $(SOURCE_DIR)
2ronwalfCOMPONENT_TEST_ENV+= PYTHON=$(PYTHON)
2ronwalf
2ronwalf# Master test results are the same for all supported versions of Python, so
2ronwalf# override here, rather than create multiple identical master files.
2ronwalfCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
2ronwalf
2ronwalf# The additional zope.interface specific set of transforms to be applied
2ronwalf# to the test results to try to normalize them.
2ronwalfCOMPONENT_TEST_TRANSFORMS += \
2ronwalf '-e "s|\(Ran 1 test in\).*|\1|" ' \
2ronwalf '-e "s|\(Ran .* tests in\).*|\1|" '
2ronwalf
2ronwalfCOMPONENT_SYSTEM_TEST_ARGS= ../runtests.sh
2ronwalfCOMPONENT_SYSTEM_TEST_CMD= /bin/sh
2ronwalfCOMPONENT_SYSTEM_TEST_DIR= $(SOURCE_DIR)
2ronwalfCOMPONENT_SYSTEM_TEST_ENV+= PYTHON=$(PYTHON)
2ronwalf
2ronwalfbuild: $(BUILD_32_and_64)
2ronwalf
2ronwalfinstall: $(INSTALL_32_and_64)
2ronwalf
2ronwalftest: $(TEST_32_and_64)
2ronwalf
2ronwalfsystem-test: $(SYSTEM_TEST_32_and_64)
2ronwalf
2ronwalfREQUIRED_PACKAGES += system/library
2ronwalf