160N/A#
160N/A# CDDL HEADER START
160N/A#
160N/A# The contents of this file are subject to the terms of the
160N/A# Common Development and Distribution License (the "License").
160N/A# You may not use this file except in compliance with the License.
160N/A#
160N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
160N/A# or http://www.opensolaris.org/os/licensing.
160N/A# See the License for the specific language governing permissions
160N/A# and limitations under the License.
160N/A#
160N/A# When distributing Covered Code, include this CDDL HEADER in each
160N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
160N/A# If applicable, add the following below this CDDL HEADER, with the
160N/A# fields enclosed by brackets "[]" replaced with your own identifying
160N/A# information: Portions Copyright [yyyy] [name of copyright owner]
160N/A#
160N/A# CDDL HEADER END
160N/A#
160N/A
844N/A#
160N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
160N/A#
160N/Ainclude ../../../make-rules/shared-macros.mk
160N/A
160N/ACOMPONENT_NAME= passlib
160N/ACOMPONENT_VERSION= 1.6.5
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
160N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
160N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc
844N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
160N/ACOMPONENT_PROJECT_URL= http://passlib.googlecode.com/
160N/ACOMPONENT_BUGDB= python-mod/passlib
160N/A
160N/ATPNO= 28706
160N/A
160N/Ainclude $(WS_MAKE_RULES)/prep.mk
160N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
160N/Ainclude $(WS_MAKE_RULES)/ips.mk
160N/A
160N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
160N/A
160N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
160N/ACOMPONENT_TEST_ARGS = setup.py test
160N/A
160N/A# common targets
160N/Abuild: $(BUILD_NO_ARCH)
160N/A
160N/Ainstall: $(INSTALL_NO_ARCH)
160N/A
160N/Atest: $(TEST_NO_ARCH)
160N/A
160N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
160N/A
160N/A