components/python/argparse/Makefile
changeset 1948 2d1537e7942d
parent 1480 1d8d2e9374cc
child 3537 d6e978572053
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		argparse
    25 COMPONENT_NAME=		argparse
    26 COMPONENT_VERSION=	1.2.1
    26 COMPONENT_VERSION=	1.2.1
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4
    30     sha256:ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4
    31 COMPONENT_ARCHIVE_URL=	http://argparse.googlecode.com/files/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://argparse.googlecode.com/files/$(COMPONENT_ARCHIVE)
    32 COMPONENT_PROJECT_URL=	http://code.google.com/p/argparse/
    32 COMPONENT_PROJECT_URL=	http://code.google.com/p/argparse/
    33 COMPONENT_BUGDB=	python-mod/argparse
    33 COMPONENT_BUGDB=	python-mod/argparse
       
    34 
       
    35 TPNO=			13152
    34 
    36 
    35 # The argparse module was integrated into Python 2.7, so we should only deliver
    37 # The argparse module was integrated into Python 2.7, so we should only deliver
    36 # a 2.6 module.
    38 # a 2.6 module.
    37 PYTHON_VERSIONS = 2.6
    39 PYTHON_VERSIONS = 2.6
    38 
    40