1876N/A#
1876N/A# CDDL HEADER START
1876N/A#
1876N/A# The contents of this file are subject to the terms of the
1876N/A# Common Development and Distribution License (the "License").
1876N/A# You may not use this file except in compliance with the License.
1876N/A#
1876N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1876N/A# or http://www.opensolaris.org/os/licensing.
1876N/A# See the License for the specific language governing permissions
1876N/A# and limitations under the License.
1876N/A#
1876N/A# When distributing Covered Code, include this CDDL HEADER in each
1876N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1876N/A# If applicable, add the following below this CDDL HEADER, with the
1876N/A# fields enclosed by brackets "[]" replaced with your own identifying
1876N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1876N/A#
1876N/A# CDDL HEADER END
1876N/A#
1876N/A
1876N/A#
3789N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1876N/A#
1876N/A
1876N/Ainclude ../../../make-rules/shared-macros.mk
1876N/A
1876N/ACOMPONENT_NAME= Twisted
1876N/ACOMPONENT_VERSION= 10.1.0
1876N/ACOMPONENT_PROJECT_URL= http://twistedmatrix.com/trac/
1876N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1876N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
1876N/ACOMPONENT_ARCHIVE_HASH= \
1876N/A sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
1876N/ACOMPONENT_ARCHIVE_URL= http://tmrc.mit.edu/mirror/twisted/$(COMPONENT_NAME)/10.1/$(COMPONENT_ARCHIVE)
1876N/ACOMPONENT_BUGDB= python-mod/twisted
1876N/A
3661N/ATPNO= 9692
3661N/A
3778N/A# Syntax issues: not Python 3 ready.
3789N/APYTHON_VERSIONS= 2.7 2.6
3778N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
1876N/A
1876N/ACOMPONENT_TEST_DIR= $(COMPONENT_SRC)
3778N/ACOMPONENT_TEST_CMD= $(@D)/scripts-$(PYTHON_VERSION)/trial twisted
1876N/ACOMPONENT_TEST_ARGS=""
1876N/A
2337N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1876N/A
1876N/A# common targets
1876N/Abuild: $(BUILD_32_and_64)
1876N/A
1876N/Ainstall: $(INSTALL_32_and_64)
1876N/A
1876N/A# There are no automated tests yet, but the built-in unit tests can be run
1876N/A# manually with:
1876N/A#
1876N/A# $ cd .../components/python/twisted/Twisted-10.1.0
1876N/A# $ ../build/i86-2.6/scripts-2.6/trial twisted
1876N/A# $ ../build/i86-2.7/scripts-2.7/trial twisted
1876N/A#
1876N/Atest: $(TEST_32_and_64)
1876N/A
1876N/A
3996N/AREQUIRED_PACKAGES += system/library