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