Makefile revision 3817
363N/A#
363N/A# CDDL HEADER START
363N/A#
363N/A# The contents of this file are subject to the terms of the
363N/A# Common Development and Distribution License (the "License").
363N/A# You may not use this file except in compliance with the License.
363N/A#
363N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
363N/A# or http://www.opensolaris.org/os/licensing.
363N/A# See the License for the specific language governing permissions
363N/A# and limitations under the License.
363N/A#
363N/A# When distributing Covered Code, include this CDDL HEADER in each
363N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
363N/A# If applicable, add the following below this CDDL HEADER, with the
363N/A# fields enclosed by brackets "[]" replaced with your own identifying
363N/A# information: Portions Copyright [yyyy] [name of copyright owner]
363N/A#
363N/A# CDDL HEADER END
363N/A#
5371N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
363N/A#
364N/Ainclude ../../../make-rules/shared-macros.mk
363N/A
797N/ACOMPONENT_NAME= pytest
797N/ACOMPONENT_VERSION= 2.3.5
797N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
797N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
797N/ACOMPONENT_ARCHIVE_HASH= \
797N/A sha256:804c28bef415fc6a54de7934f05b2d67a9cc8a230de98685fca274d9fcbe8b1c
5371N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
797N/ACOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pytest
797N/ACOMPONENT_BUGDB= python-mod/pytest
5371N/A
797N/ATPNO= 14503
797N/A
797N/Ainclude $(WS_MAKE_RULES)/prep.mk
827N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
5371N/Ainclude $(WS_MAKE_RULES)/ips.mk
797N/A
2931N/ACOMPONENT_TEST_DIR = $(COMPONENT_SRC)/testing
363N/ACOMPONENT_TEST_CMD = $(PROTOUSRBINDIR)/py.test
5371N/ACOMPONENT_TEST_ARGS = test_assertion.py
2899N/A
4368N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4368N/A
4368N/A# common targets
4368N/Abuild: $(BUILD_NO_ARCH)
4368N/A
4368N/Ainstall: $(INSTALL_NO_ARCH)
4368N/A
3817N/A# Tests require the py package to be installed.
3817N/Atest: $(TEST_NO_ARCH)
3817N/A
3817N/A
363N/AREQUIRED_PACKAGES += library/python/setuptools-26
364N/AREQUIRED_PACKAGES += library/python/setuptools-27
1845N/AREQUIRED_PACKAGES += library/python/setuptools-34
1845N/A