5403N/A#
5403N/A# CDDL HEADER START
5403N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A
5403N/A#
5403N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/A
5403N/Ainclude ../../../make-rules/shared-macros.mk
5403N/A
5403N/ACOMPONENT_NAME= psutil
5403N/ACOMPONENT_VERSION= 1.2.1
5403N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5403N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5403N/ACOMPONENT_ARCHIVE_HASH= \
5403N/A sha256:508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
5403N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
5403N/ACOMPONENT_PROJECT_URL= http://pypi.python.org/pypi/psutil/
5403N/ACOMPONENT_BUGDB= python-mod/psutil
5403N/A
5403N/ATPNO= 25720
5403N/A
5403N/A# Syntax Errors, not Python 3 ready
5403N/APYTHON_VERSIONS= $(PYTHON2_VERSIONS)
5403N/A
5403N/Ainclude $(WS_MAKE_RULES)/prep.mk
5403N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
5403N/Ainclude $(WS_MAKE_RULES)/ips.mk
5403N/A
5403N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5403N/A
5403N/A# common targets
5403N/Abuild: $(BUILD_32_and_64)
5403N/A
5403N/Ainstall: $(INSTALL_32_and_64)
5403N/A
5403N/Atest: $(NO_TESTS)
5403N/A
5403N/A
5403N/AREQUIRED_PACKAGES += system/library