2275N/A#
2275N/A# CDDL HEADER START
2275N/A#
2275N/A# The contents of this file are subject to the terms of the
2275N/A# Common Development and Distribution License (the "License").
2275N/A# You may not use this file except in compliance with the License.
2275N/A#
2275N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2275N/A# or http://www.opensolaris.org/os/licensing.
2275N/A# See the License for the specific language governing permissions
2275N/A# and limitations under the License.
2275N/A#
2275N/A# When distributing Covered Code, include this CDDL HEADER in each
2275N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2275N/A# If applicable, add the following below this CDDL HEADER, with the
2275N/A# fields enclosed by brackets "[]" replaced with your own identifying
2275N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2275N/A#
2275N/A# CDDL HEADER END
2275N/A#
4070N/A
4070N/A#
3996N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
2275N/A#
4070N/A
2275N/Ainclude ../../../make-rules/shared-macros.mk
2275N/A
2275N/ACOMPONENT_NAME= pytz
4070N/ACOMPONENT_VERSION= 2014.10
2275N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2275N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2275N/ACOMPONENT_ARCHIVE_HASH= \
4070N/A sha256:a94138b638907491f473c875e8c95203a6a02efef52b6562be302e435016f4f3
2275N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
2275N/ACOMPONENT_PROJECT_URL= http://pytz.sourceforge.net/
2275N/ACOMPONENT_BUGDB= python-mod/pytz
2275N/A
4070N/ATPNO= 21748
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
2275N/A
2275N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2275N/A
2275N/ACOMPONENT_TEST_ARGS= ../runtests.sh
2275N/ACOMPONENT_TEST_CMD= /bin/sh
2275N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
2275N/ACOMPONENT_TEST_ENV+= PYTHON=$(PYTHON)
2275N/A
2275N/A# common targets
2275N/Abuild: $(BUILD_NO_ARCH)
2275N/A
2275N/Ainstall: $(INSTALL_NO_ARCH)
2275N/A
2275N/Atest: $(TEST_NO_ARCH)