Makefile revision 4337
454N/A#
454N/A# CDDL HEADER START
454N/A#
454N/A# The contents of this file are subject to the terms of the
454N/A# Common Development and Distribution License (the "License").
454N/A# You may not use this file except in compliance with the License.
454N/A#
454N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
454N/A# or http://www.opensolaris.org/os/licensing.
454N/A# See the License for the specific language governing permissions
454N/A# and limitations under the License.
454N/A#
454N/A# When distributing Covered Code, include this CDDL HEADER in each
454N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
454N/A# If applicable, add the following below this CDDL HEADER, with the
454N/A# fields enclosed by brackets "[]" replaced with your own identifying
454N/A# information: Portions Copyright [yyyy] [name of copyright owner]
454N/A#
454N/A# CDDL HEADER END
454N/A#
454N/A
454N/A#
454N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
454N/A#
454N/Ainclude ../../../make-rules/shared-macros.mk
454N/A
454N/ACOMPONENT_NAME= dogpile.core
454N/ACOMPONENT_VERSION= 0.4.1
454N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
454N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
454N/ACOMPONENT_ARCHIVE_HASH= \
454N/A sha256:be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76
454N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
454N/ACOMPONENT_PROJECT_URL= https://bitbucket.org/zzzeek/dogpile.core
454N/ACOMPONENT_BUGDB= python-mod/dogpile.core
454N/A
454N/ATPNO= 17259
454N/A
454N/Ainclude $(WS_MAKE_RULES)/prep.mk
454N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
454N/Ainclude $(WS_MAKE_RULES)/ips.mk
454N/A
454N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
454N/A
454N/ACOMPONENT_TEST_CMD= $(PYTHON)
454N/ACOMPONENT_TEST_ARGS= setup.py test
454N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
454N/A
454N/A# common targets
454N/Abuild: $(BUILD_NO_ARCH)
454N/A
454N/Ainstall: $(INSTALL_NO_ARCH)
454N/A
454N/A# tests exit with a TypeError but they seem to complete ok
454N/Atest: $(TEST_NO_ARCH)
454N/A
454N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
454N/A
454N/A