Makefile revision 6784
1703N/A#
2455N/A# CDDL HEADER START
1703N/A#
1703N/A# The contents of this file are subject to the terms of the
1703N/A# Common Development and Distribution License (the "License").
1703N/A# You may not use this file except in compliance with the License.
1703N/A#
1703N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1703N/A# or http://www.opensolaris.org/os/licensing.
1703N/A# See the License for the specific language governing permissions
1703N/A# and limitations under the License.
1703N/A#
1703N/A# When distributing Covered Code, include this CDDL HEADER in each
1703N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1703N/A# If applicable, add the following below this CDDL HEADER, with the
1703N/A# fields enclosed by brackets "[]" replaced with your own identifying
1703N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1703N/A#
1703N/A# CDDL HEADER END
1703N/A#
1703N/A
1703N/A#
1703N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1703N/A#
1879N/A
1879N/Ainclude ../../../make-rules/shared-macros.mk
1879N/A
1879N/ACOMPONENT_NAME= ipaddress
1879N/ACOMPONENT_VERSION= 1.0.16
1879N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2124N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1703N/ACOMPONENT_ARCHIVE_HASH= \
2959N/A sha256:5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
2959N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
2959N/ACOMPONENT_PROJECT_URL= https://github.com/phihag/ipaddress
2959N/ACOMPONENT_BUGDB= python-mod/ipaddress
2959N/A
2959N/ATPNO= 27996
2959N/A
2959N/A# ipaddress is superfluous in Python 3.4
2959N/APYTHON_VERSIONS = $(PYTHON2_VERSIONS)
2959N/A
2959N/Ainclude $(WS_MAKE_RULES)/prep.mk
2959N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
2959N/Ainclude $(WS_MAKE_RULES)/ips.mk
2959N/A
2959N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2959N/A
2959N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
2959N/ACOMPONENT_TEST_ARGS = test_ipaddress.py
2959N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
2959N/A
2959N/ACOMPONENT_TEST_TRANSFORMS += \
1703N/A '-e "s|\(^Ran [0-9]\+ tests in\).*|\1|" '
1703N/A
1703N/A# common targets
1703N/Abuild: $(BUILD_NO_ARCH)
1703N/A
1703N/Ainstall: $(INSTALL_NO_ARCH)
1703N/A
1703N/Atest: $(TEST_NO_ARCH)
1703N/A
1703N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
1703N/A