ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna#
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# CDDL HEADER START
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna#
d3e250aab242db84d14060985b5db675a731d548nd# The contents of this file are subject to the terms of the
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna# Common Development and Distribution License (the "License").
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna# You may not use this file except in compliance with the License.
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna#
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna# or http://www.opensolaris.org/os/licensing.
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna# See the License for the specific language governing permissions
65a611af7093423efb91e5794b8887a527d4cf63trawick# and limitations under the License.
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna#
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= Pint
COMPONENT_VERSION= 0.6
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
COMPONENT_ARCHIVE_HASH= \
sha256:b1ab3b589ca4d78689233a007abd5a7eec4ea65302cabaed06932d20f2a9e748
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= http://pypi.python.org/pypi/Pint/
COMPONENT_BUGDB= python-mod/pint
TPNO= 23148
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
COMPONENT_TEST_DIR= $(SOURCE_DIR)
COMPONENT_TEST_ARGS= setup.py test
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
test: $(TEST_NO_ARCH)