components/python/pyparsing/Makefile
branchs11-update
changeset 2902 206ef3eafd0a
parent 2785 b6f5c5d1d0b7
child 3661 47545fb8aed4
equal deleted inserted replaced
2901:5096530f204e 2902:206ef3eafd0a
    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=		pyparsing
    25 COMPONENT_NAME=		pyparsing
    26 COMPONENT_VERSION=	1.5.7
    26 COMPONENT_VERSION=	2.0.1
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:646e14f90b3689b005c19ac9b6b390c9a39bf976481849993e277d7380e6e79f
    30     sha256:0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pyparsing/
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pyparsing/
    33 COMPONENT_BUGDB=	python-mod/pyparsing
    33 COMPONENT_BUGDB=	python-mod/pyparsing
    34 
    34 
    35 include $(WS_TOP)/make-rules/prep.mk
    35 include $(WS_TOP)/make-rules/prep.mk