components/python/paste/Makefile
changeset 7687 1093e2a9adbd
parent 6813 b50d7c514561
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, 2016, 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=		Paste
    27 COMPONENT_NAME=		Paste
    28 COMPONENT_VERSION=	2.0.3
    28 COMPONENT_VERSION=	2.0.3
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218
    32     sha256:2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://pythonpaste.org/
    34 COMPONENT_PROJECT_URL=	http://pythonpaste.org/
    35 COMPONENT_BUGDB=	python-mod/paste
    35 COMPONENT_BUGDB=	python-mod/paste
       
    36 COMPONENT_ANITYA_ID=	3955
    36 
    37 
    37 TPNO=			29477
    38 TPNO=			29477
    38 
    39 
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk