Makefile revision 3778
316N/A#
316N/A# CDDL HEADER START
1276N/A#
316N/A# The contents of this file are subject to the terms of the
1339N/A# Common Development and Distribution License (the "License").
316N/A# You may not use this file except in compliance with the License.
316N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
316N/ACOMPONENT_NAME= pyrabbit
316N/ACOMPONENT_VERSION= 1.0.1
316N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
316N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
493N/ACOMPONENT_ARCHIVE_HASH= \
316N/A sha256:7bc2b89fb332f62f4aaa891b1a4c8bfa38b32d154d44403afc83f00755528bdc
970N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
970N/ACOMPONENT_PROJECT_URL= https://github.com/bkjones/pyrabbit
970N/ACOMPONENT_BUGDB= python-mod/pyrabbit
970N/A
1339N/ATPNO= 14503
1339N/A
1339N/A# pyrabbit itself is Python 3 ready: builds & publishes cleanly. But it
316N/A# depends on httplib2 which has its own dependency issues (see its Makefile
1276N/A# for details). So don't build for Python 3 until dependencies resolved.
316N/APYTHON_VERSIONS= 2.7 2.6
911N/A
1276N/Ainclude $(WS_TOP)/make-rules/prep.mk
1276N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1276N/Ainclude $(WS_TOP)/make-rules/ips.mk
911N/A
316N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
316N/A
316N/A# common targets
316N/Abuild: $(BUILD_NO_ARCH)
1179N/A
493N/Ainstall: $(INSTALL_NO_ARCH)
316N/A
970N/A# pyrabbit has no tests.
970N/Atest: $(NO_TESTS)
970N/A
970N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
970N/A
970N/Ainclude $(WS_TOP)/make-rules/depend.mk
970N/A