1884N/A#
1884N/A# CDDL HEADER START
1884N/A#
1884N/A# The contents of this file are subject to the terms of the
1884N/A# Common Development and Distribution License (the "License").
1884N/A# You may not use this file except in compliance with the License.
1884N/A#
1884N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1884N/A# or http://www.opensolaris.org/os/licensing.
1884N/A# See the License for the specific language governing permissions
1884N/A# and limitations under the License.
1884N/A#
1884N/A# When distributing Covered Code, include this CDDL HEADER in each
1884N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1884N/A# If applicable, add the following below this CDDL HEADER, with the
1884N/A# fields enclosed by brackets "[]" replaced with your own identifying
1884N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1884N/A#
1884N/A# CDDL HEADER END
1884N/A#
3996N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1884N/A#
1884N/Ainclude ../../../make-rules/shared-macros.mk
1884N/A
1884N/ACOMPONENT_NAME= argparse
1884N/ACOMPONENT_VERSION= 1.2.1
1884N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1884N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1884N/ACOMPONENT_ARCHIVE_HASH= \
1884N/A sha256:ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4
1884N/ACOMPONENT_ARCHIVE_URL= http://argparse.googlecode.com/files/$(COMPONENT_ARCHIVE)
1884N/ACOMPONENT_PROJECT_URL= http://code.google.com/p/argparse/
1884N/ACOMPONENT_BUGDB= python-mod/argparse
1884N/A
3661N/ATPNO= 13152
3661N/A
1884N/A# The argparse module was integrated into Python 2.7, so we should only deliver
1884N/A# a 2.6 module.
1884N/APYTHON_VERSIONS = 2.6
1884N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
1884N/A
1884N/A# common targets
1884N/Abuild: $(BUILD_32)
1884N/A
1884N/Ainstall: $(INSTALL_32)
1884N/A
1884N/Atest: $(NO_TESTS)
1884N/A
1884N/A