Makefile revision 6191
3877N/A#
3877N/A# CDDL HEADER START
3877N/A#
3877N/A# The contents of this file are subject to the terms of the
3877N/A# Common Development and Distribution License (the "License").
3877N/A# You may not use this file except in compliance with the License.
3877N/A#
3877N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3877N/A# or http://www.opensolaris.org/os/licensing.
3877N/A# See the License for the specific language governing permissions
3877N/A# and limitations under the License.
3877N/A#
3877N/A# When distributing Covered Code, include this CDDL HEADER in each
3877N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3877N/A# If applicable, add the following below this CDDL HEADER, with the
3877N/A# fields enclosed by brackets "[]" replaced with your own identifying
3877N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3877N/A#
3877N/A# CDDL HEADER END
3877N/A#
3877N/A
3877N/A#
3877N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3877N/A#
3877N/A
3877N/Ainclude ../../../make-rules/shared-macros.mk
3877N/A
3877N/ACOMPONENT_NAME= fasteners
3877N/ACOMPONENT_VERSION= 0.14.1
3877N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= https://github.com/harlowja/fasteners
COMPONENT_BUGDB= python-mod/fasteners
TPNO= 27227
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
test: $(NO_TESTS)