components/python/pyyaml/Makefile
author Sean Wilcox <sean.wilcox@oracle.com>
Tue, 20 Oct 2015 05:38:14 -0700
changeset 4983 db2589571faa
parent 4339 6501cf9c29f9
child 5028 db8ff415ba49
permissions -rw-r--r--
21480249 create --source-volid should clone the volume w/o blocking the delete of source
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3500
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3500
diff changeset
    23
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
3500
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
include ../../../make-rules/shared-macros.mk
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
COMPONENT_NAME=		PyYAML
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_VERSION=	3.09
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
IPS_COMPONENT_VERSION=	3.9
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
    sha256:30076d51387cca35d461c8b36408de189d31f17e44d45cd2200bbd2d02f555c1
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_URL=	http://pyyaml.org/download/pyyaml/$(COMPONENT_ARCHIVE)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_PROJECT_URL=	http://pyyaml.org/wiki/PyYAML
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/pyyaml
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
TPNO=			9304
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3500
diff changeset
    40
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3500
diff changeset
    41
include $(WS_MAKE_RULES)/setup.py.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3500
diff changeset
    42
include $(WS_MAKE_RULES)/ips.mk
3500
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
COMPONENT_TEST_DIR =		$(SOURCE_DIR)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
COMPONENT_TEST_ARGS.2.6 =	./tests/lib/test_all.py
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
COMPONENT_TEST_ARGS.2.7 =	./tests/lib/test_all.py
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
COMPONENT_TEST_ARGS.3.4 =	./tests/lib3/test_all.py
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
COMPONENT_TEST_ARGS =		$(COMPONENT_TEST_ARGS.$(PYTHON_VERSION))
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
# common targets
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
build:		$(BUILD_NO_ARCH)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
install:	$(INSTALL_NO_ARCH)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    56
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
test:		$(TEST_NO_ARCH)
2cce85bb343d 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    58
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3817
diff changeset
    59
system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3817
diff changeset
    60