setup.py revision 2494
20N/A# The contents of this file are subject to the terms of the 20N/A# Common Development and Distribution License (the "License"). 20N/A# You may not use this file except in compliance with the License. 20N/A# See the License for the specific language governing permissions 20N/A# and limitations under the License. 20N/A# When distributing Covered Code, include this CDDL HEADER in each 20N/A# If applicable, add the following below this CDDL HEADER, with the 20N/A# fields enclosed by brackets "[]" replaced with your own identifying 20N/A# information: Portions Copyright [yyyy] [name of copyright owner] 1902N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. 382N/A# Unbuffer stdout and stderr. This helps to ensure that subprocess output 382N/A# is properly interleaved with output from this program. 466N/A# A list of source, destination tuples of modules which should be hardlinked 466N/A# together if the os supports it and otherwise copied. 689N/A 'pkg.client.linkedimage',
382N/A# Runs lint on the extension module source code 858N/A # Make string shell-friendly 1968N/A # Insert tests directory onto sys.path so any custom checkers 1431N/A # assumes pylint is accessible on the sys.path 1431N/A # For some reason, the load-plugins option, when used in the 1431N/A # rcfile, does not work, so we put it here instead, to load 1431N/A # Unfortunately, pylint seems pretty fragile and will crash if 1431N/A # we try to run it over all the current pkg source. Hence for 1431N/A # now we only run it over a subset of the source. As source 1431N/A # files are made pylint clean they should be added to the 1968N/A# Runs lint on the extension module source code 1191N/A # Make string shell-friendly 589N/A # assumes lint is on the $PATH 429N/A# Runs both C and Python lint 1968N/A # Make string shell-friendly 812N/A # PRIVATE_BUILD set in the environment tells us to put the build 812N/A # directory into the .pyc files, rather than the final 812N/A # This is used when installing scripts, below, but it isn't a 812N/A # standard distutils variable. 812N/A At the end of the install function, we need to rename some files 812N/A because distutils provides no way to rename files as they are 1968N/A placed in their install locations. 812N/A Also, make sure that cherrypy and other external dependencies 1968N/A "Please retrieve the file " \
1542N/A # remove a partial download or error message from proxy 1020N/A # extractall doesn't exist until python 2.5 1968N/A # If there are patches, apply them now. 1968N/A """ Run python's compiler over the file, and discard the results. 1968N/A Arrange to generate an exception if the file does not compile. 1968N/A This is needed because distutil's own use of pycompile (in the 1968N/A distutils.utils module) is broken, and doesn't stop on error. """ 1968N/A # Assume it's a tuple of (filename, lineno, col, code) 1968N/A # override the build_module method to do VERSION substitution on pkg/__init__.py 1968N/A # Grab the previously-built version out of the build 873N/A # If the versions haven't changed, there's no need to 1968N/A print "doing version substitution: ", v
1968N/A # Will raise a DistutilsError on failure. 812N/A # list of options stored in initialize_options below. The first entry 1968N/A # in each tuple must be the exact name of a member variable. 452N/A (
"archivedir=",
'a',
"archive failed tests <dir>"),
466N/A (
"baselinefile=",
'b',
"baseline file <file>"),
858N/A (
"coverage",
"c",
"collect code coverage data"),
382N/A (
"genbaseline",
'g',
"generate test baseline"),
466N/A (
"only=",
"o",
"only <regex>"),
965N/A (
"parseable",
'p',
"parseable output"),
858N/A (
"port=",
"z",
"lowest port to start a depot on"),
1937N/A (
"timing",
"t",
"timing file <file>"),
1836N/A (
"verbosemode",
'v',
"run tests in verbose mode"),
382N/A (
"enableguitests",
'u',
"enable IPS GUI tests, disabled by default"),
858N/A (
"stoponerr",
'x',
"stop when a baseline mismatch occurs"),
858N/A (
"debugoutput",
'd',
"emit debugging output"),
858N/A (
"showonexpectedfail",
'f',
382N/A "show all failure info, even for expected fails"),
742N/A (
"startattest=",
's',
"start at indicated test"),
466N/A# These are set to real values based on the platform, down below 1672N/A# all builds of IPS should have manpages 2028N/A # Solaris-specific extensions are added here 2028N/A # Unix platforms which the elf extension has been ported to 2028N/A # are specified here, so they are built automatically 1542N/A # Solaris has built-in md library and Solaris-specific arch extension 2028N/A # All others use OpenSSL and cross-platform arch module