Makefile revision 2899
178N/A#
178N/A# CDDL HEADER START
178N/A#
178N/A# The contents of this file are subject to the terms of the
178N/A# Common Development and Distribution License (the "License").
178N/A# You may not use this file except in compliance with the License.
178N/A#
178N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
178N/A# or http://www.opensolaris.org/os/licensing.
178N/A# See the License for the specific language governing permissions
178N/A# and limitations under the License.
178N/A#
178N/A# When distributing Covered Code, include this CDDL HEADER in each
178N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
178N/A# If applicable, add the following below this CDDL HEADER, with the
178N/A# fields enclosed by brackets "[]" replaced with your own identifying
178N/A# information: Portions Copyright [yyyy] [name of copyright owner]
178N/A#
178N/A# CDDL HEADER END
178N/A#
178N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
2705N/A#
178N/Ainclude ../../../make-rules/shared-macros.mk
814N/A
3442N/ACOMPONENT_NAME= repoze.lru
2705N/ACOMPONENT_VERSION= 0.6
2705N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2705N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
178N/ACOMPONENT_ARCHIVE_HASH= \
178N/A sha256:0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
3442N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
178N/ACOMPONENT_PROJECT_URL= http://repoze.org/
345N/ACOMPONENT_BUGDB= python-mod/repoze-lru
618N/A
178N/ATPNO= 14503
178N/A
844N/Ainclude $(WS_TOP)/make-rules/prep.mk
844N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
618N/Ainclude $(WS_TOP)/make-rules/ips.mk
1273N/A
178N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
178N/A
178N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)/repoze/lru
178N/ACOMPONENT_TEST_ARGS = tests.py
178N/A
519N/A# common targets
519N/Abuild: $(BUILD_NO_ARCH)
178N/A
178N/Ainstall: $(INSTALL_NO_ARCH)
178N/A
178N/Atest: $(TEST_NO_ARCH)
178N/A
178N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
178N/A
178N/Ainclude $(WS_TOP)/make-rules/depend.mk
178N/A