components/python/pytz/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 22 Jun 2015 22:20:27 -0700
branchs11-update
changeset 4522 7e88fbb75e6f
parent 4072 db0cec748ec0
permissions -rw-r--r--
Close of build 26.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2884
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     1
#
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
#
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     7
#
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    12
#
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    18
#
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    20
#
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    21
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    22
#
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    23
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
2884
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    24
#
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    25
2884
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    27
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		pytz
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    29
COMPONENT_VERSION=	2014.10
2884
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    33
    sha256:a94138b638907491f473c875e8c95203a6a02efef52b6562be302e435016f4f3
2884
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_URL=	$(call pypi_url)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    35
COMPONENT_PROJECT_URL=	http://pytz.sourceforge.net/
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/pytz
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    37
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    38
TPNO=			21748
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2884
diff changeset
    39
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    40
include $(WS_MAKE_RULES)/prep.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    41
include $(WS_MAKE_RULES)/setup.py.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    42
include $(WS_MAKE_RULES)/ips.mk
2884
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    43
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    44
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    45
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    46
COMPONENT_TEST_ARGS=	../runtests.sh
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    47
COMPONENT_TEST_CMD=	/bin/sh
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    48
COMPONENT_TEST_DIR=	$(SOURCE_DIR)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    49
COMPONENT_TEST_ENV+=	PYTHON=$(PYTHON)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    50
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    51
# common targets
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    52
build:		$(BUILD_NO_ARCH)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    53
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    54
install:	$(INSTALL_NO_ARCH)
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    55
9ad800ee0577 PSARC 2013/318 pytz - Python timezone database module
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    56
test:		$(TEST_NO_ARCH)