Makefile revision 5403
744N/A#
744N/A# CDDL HEADER START
744N/A#
744N/A# The contents of this file are subject to the terms of the
744N/A# Common Development and Distribution License (the "License").
744N/A# You may not use this file except in compliance with the License.
744N/A#
744N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
744N/A# or http://www.opensolaris.org/os/licensing.
744N/A# See the License for the specific language governing permissions
744N/A# and limitations under the License.
744N/A#
744N/A# When distributing Covered Code, include this CDDL HEADER in each
744N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
744N/A# If applicable, add the following below this CDDL HEADER, with the
744N/A# fields enclosed by brackets "[]" replaced with your own identifying
744N/A# information: Portions Copyright [yyyy] [name of copyright owner]
744N/A#
744N/A# CDDL HEADER END
744N/A#
744N/A
744N/A#
3735N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
744N/A#
744N/A
744N/Ainclude ../../../make-rules/shared-macros.mk
744N/A
744N/ACOMPONENT_NAME= fixtures
4078N/ACOMPONENT_VERSION= 1.0.0
744N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1569N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
749N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:4494c4862ad99ffb8354f7456f1c9a4ba68b607d9dabb912999d4ad60c7d9f54
4078N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
4078N/ACOMPONENT_PROJECT_URL= https://launchpad.net/python-fixtures
1289N/ACOMPONENT_BUGDB= python-mod/fixtures
744N/A
4078N/ATPNO= 26001
2899N/A
3817N/A# Depends on testtools which is not Python 3 ready.
3817N/APYTHON_VERSIONS= $(PYTHON2_VERSIONS)
3817N/A
744N/Ainclude $(WS_MAKE_RULES)/prep.mk
1938N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
1938N/Ainclude $(WS_MAKE_RULES)/ips.mk
4137N/A
4137N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2790N/A
3045N/A# common targets
3045N/Abuild: $(BUILD_NO_ARCH)
3045N/A
3045N/Ainstall: $(INSTALL_NO_ARCH)
3045N/A
3045N/Atest: $(NO_TESTS)
3045N/A