components/python/webtest/Makefile
changeset 7687 1093e2a9adbd
parent 6410 3ae42b2b5dad
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) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 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=		WebTest
    27 COMPONENT_NAME=		WebTest
    28 COMPONENT_VERSION=	2.0.21
    28 COMPONENT_VERSION=	2.0.21
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55
    32     sha256:3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/WebTest
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/WebTest
    35 COMPONENT_BUGDB=	python-mod/webtest
    35 COMPONENT_BUGDB=	python-mod/webtest
       
    36 COMPONENT_ANITYA_ID=	4091
    36 
    37 
    37 TPNO=			28712
    38 TPNO=			28712
    38 
    39 
    39 # Depends on paste.deploy, which depends on paste, which is not Python 3 ready.
    40 # Depends on paste.deploy, which depends on paste, which is not Python 3 ready.
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)