components/python/cheetah/Makefile
changeset 7687 1093e2a9adbd
parent 6404 776ac4e2d089
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2017, 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=		Cheetah
    27 COMPONENT_NAME=		Cheetah
    28 COMPONENT_VERSION=	2.4.4
    28 COMPONENT_VERSION=	2.4.4
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
    32     sha256:be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://www.cheetahtemplate.org/
    34 COMPONENT_PROJECT_URL=	http://www.cheetahtemplate.org/
    35 COMPONENT_BUGDB=	python-mod/cheetah
    35 COMPONENT_BUGDB=	python-mod/cheetah
       
    36 COMPONENT_ANITYA_ID=	13246
    36 
    37 
    37 TPNO=			14503
    38 TPNO=			14503
    38 
    39 
    39 # Syntax issues: not Python 3 ready.
    40 # Syntax issues: not Python 3 ready.
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)