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