components/python/cssutils/Makefile
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 25 Jul 2013 22:11:17 -0700
branchs11-update
changeset 2701 9b48e71485e7
child 3661 47545fb8aed4
permissions -rw-r--r--
15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2701
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
#
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		cssutils
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	0.9.6
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://code.google.com/p/cssutils/
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
    sha256:18f3cffb2ff413e0796d0c9192db3a56f18fe57524cc54edc57d20239614eb87
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://cssutils.googlecode.com/files/$(COMPONENT_ARCHIVE)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/cssutils
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    37
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/prep.mk
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/setup.py.mk
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/ips.mk
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    41
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
COMPONENT_TEST_ARGS= ./setup.py test
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
# Remove the trailing Control-M's from the Python source files.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
COMPONENT_PRE_BUILD_ACTION = \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
	/usr/bin/find $(SOURCE_DIR)/src \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
		-name *.py -exec $(GSED) -i -e 's/
//g' "{}" \; ;
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
# After we have done each Python build, copy it to its own version specific
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
# source hierarchy and then adjust the shebang lines as needed, before we 
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
# build for Python 2.6. Note that this assumes we are only doing Python 2.7
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
# and Python 2.6, and we are doing them in that order.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
COMPONENT_POST_BUILD_ACTION = \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    55
	(cd $(SOURCE_DIR); cp -rp src src-$(PYTHON_VERSION) ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    56
	cd $(SOURCE_DIR)/src ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    57
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/__init__.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    58
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/codec.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/errorhandler.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/parse.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/csscapture.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    62
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/csscombine.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    63
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/cssparse.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    64
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/serialize.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    65
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/tokenize2.py ; \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    66
	$(GSED) -i -e 's/2[.]7/2.6/g' encutils/__init__.py )
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    67
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    68
# Copy over the source hierarchy for the appropriate Python build before
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    69
# installing it.
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    70
COMPONENT_PRE_INSTALL_ACTION = \
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    71
	(cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    72
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    73
build:          $(BUILD_NO_ARCH)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    74
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    75
install:        $(INSTALL_NO_ARCH)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    76
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    77
test:           $(TEST_NO_ARCH)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    78
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    79
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    80
9b48e71485e7 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    81
include $(WS_TOP)/make-rules/depend.mk