components/python/pyparsing/Makefile
changeset 6410 3ae42b2b5dad
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
equal deleted inserted replaced
6409:a57c61602ca6 6410:3ae42b2b5dad
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		pyparsing
    27 COMPONENT_NAME=		pyparsing
    28 COMPONENT_VERSION=	2.0.1
    28 COMPONENT_VERSION=	2.1.4
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
    32     sha256:a9234dea79b50d49b92a994132cd1c84e873f3936db94977a66f0a4159b1797c
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pyparsing/
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pyparsing/
    35 COMPONENT_BUGDB=	python-mod/pyparsing
    35 COMPONENT_BUGDB=	python-mod/pyparsing
    36 
    36 
    37 TPNO=			15999
    37 TPNO=			29066
    38 
    38 
    39 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    48 install:	$(INSTALL_NO_ARCH)
    48 install:	$(INSTALL_NO_ARCH)
    49 
    49 
    50 test:		$(NO_TESTS)
    50 test:		$(NO_TESTS)
    51 
    51 
    52 system-test:    $(NO_TESTS)
    52 system-test:    $(NO_TESTS)
    53