components/python/cssutils/Makefile
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3817 30b42c38bbc4
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    23
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		cssutils
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	0.9.6
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    30
COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/cssutils/
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    sha256:18f3cffb2ff413e0796d0c9192db3a56f18fe57524cc54edc57d20239614eb87
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    35
COMPONENT_ARCHIVE_URL=	https://pypi.python.org/packages/source/c/cssutils/$(COMPONENT_ARCHIVE)
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/cssutils
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    38
TPNO=			7908
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    39
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    40
# This module is not Python 3 ready: syntax issues.
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    41
PYTHON_VERSIONS = 2.7 2.6
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    42
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
include $(WS_TOP)/make-rules/prep.mk
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
include $(WS_TOP)/make-rules/setup.py.mk
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
include $(WS_TOP)/make-rules/ips.mk
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
1303
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1100
diff changeset
    47
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1100
diff changeset
    48
COMPONENT_TEST_ARGS= ./setup.py test
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1100
diff changeset
    49
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
# Remove the trailing Control-M's from the Python source files.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
COMPONENT_PRE_BUILD_ACTION = \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
	/usr/bin/find $(SOURCE_DIR)/src \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
		-name *.py -exec $(GSED) -i -e 's/
//g' "{}" \; ;
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
# After we have done each Python build, copy it to its own version specific
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
# source hierarchy and then adjust the shebang lines as needed, before we 
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
# build for Python 2.6. Note that this assumes we are only doing Python 2.7
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
# and Python 2.6, and we are doing them in that order.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
COMPONENT_POST_BUILD_ACTION = \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
	(cd $(SOURCE_DIR); cp -rp src src-$(PYTHON_VERSION) ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
	cd $(SOURCE_DIR)/src ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/__init__.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/codec.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/errorhandler.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/parse.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/csscapture.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/csscombine.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/cssparse.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/serialize.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/tokenize2.py ; \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
	$(GSED) -i -e 's/2[.]7/2.6/g' encutils/__init__.py )
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
# Copy over the source hierarchy for the appropriate Python build before
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
# installing it.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
COMPONENT_PRE_INSTALL_ACTION = \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
	(cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    78
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    79
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1303
diff changeset
    80
build:          $(BUILD_NO_ARCH)
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1303
diff changeset
    82
install:        $(INSTALL_NO_ARCH)
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1303
diff changeset
    84
test:           $(TEST_NO_ARCH)
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
include $(WS_TOP)/make-rules/depend.mk