components/python/jinja2/Makefile
changeset 2146 35178fc229b5
parent 1948 2d1537e7942d
child 3817 30b42c38bbc4
equal deleted inserted replaced
2145:bdf83a99948d 2146:35178fc229b5
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, 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=		Jinja2
    27 COMPONENT_NAME=		Jinja2
    28 COMPONENT_VERSION=	2.7.2
    28 COMPONENT_VERSION=	2.7.3
    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:310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235
    32     sha256:2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://jinja.pocoo.org/
    34 COMPONENT_PROJECT_URL=	http://jinja.pocoo.org/
    35 COMPONENT_BUGDB=	python-mod/jinja2
    35 COMPONENT_BUGDB=	python-mod/jinja2
    36 
    36 
    37 TPNO=			17235
    37 TPNO=			19350
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    42 
    42