6748N/A#
6748N/A# CDDL HEADER START
6748N/A#
6748N/A# The contents of this file are subject to the terms of the
6748N/A# Common Development and Distribution License (the "License").
6748N/A# You may not use this file except in compliance with the License.
6748N/A#
6748N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6748N/A# or http://www.opensolaris.org/os/licensing.
6748N/A# See the License for the specific language governing permissions
6748N/A# and limitations under the License.
6748N/A#
6748N/A# When distributing Covered Code, include this CDDL HEADER in each
6748N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6748N/A# If applicable, add the following below this CDDL HEADER, with the
6748N/A# fields enclosed by brackets "[]" replaced with your own identifying
6748N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6748N/A#
6748N/A# CDDL HEADER END
6748N/A#
6748N/A
6748N/A#
6748N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6748N/A#
6748N/A
6748N/Ainclude ../../../make-rules/shared-macros.mk
6748N/A
6748N/ACOMPONENT_NAME= python-dateutil
6748N/ACOMPONENT_VERSION= 2.5.3
6748N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6748N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6748N/ACOMPONENT_ARCHIVE_HASH= \
6748N/A sha256:1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed
6748N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6748N/ACOMPONENT_PROJECT_URL= https://dateutil.readthedocs.org
6748N/ACOMPONENT_BUGDB= python-mod/dateutil
6748N/A
6748N/ATPNO= 28610
6748N/A
6748N/Ainclude $(WS_MAKE_RULES)/prep.mk
6748N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
6748N/Ainclude $(WS_MAKE_RULES)/ips.mk
6748N/A
6748N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6748N/A
6748N/A# common targets
6748N/Abuild: $(BUILD_NO_ARCH)
6748N/A
6748N/Ainstall: $(INSTALL_NO_ARCH)
6748N/A
6748N/A# Run the tests in the build directory so as not to touch the source directory.
6748N/A# Because they're not copied over during the build, we do that now.
6748N/ACOMPONENT_PRE_TEST_ACTION = \
6748N/A $(CP) -r $(COMPONENT_SRC)/dateutil/test $(@D)
6748N/ACOMPONENT_TEST_DIR = $(@D)
6748N/ACOMPONENT_TEST_CMD = py.test-$(PYTHON_VERSION)
6748N/ACOMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
6748N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6748N/A
6748N/Atest: $(TEST_NO_ARCH)
6748N/A
6748N/Asystem-test: $(NO_TESTS)