components/python/webtest/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=		WebTest
    27 COMPONENT_NAME=		WebTest
    28 COMPONENT_VERSION=	2.0.6
    28 COMPONENT_VERSION=	2.0.21
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:cf74621cf8694fc89b7ac61e1aace02a649080f03ab6e43e256f32ca3a09d452
    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 
    36 
    37 TPNO=			14503
    37 TPNO=			28712
    38 
    38 
    39 # Depends on paste.deploy, which depends on paste, which is not Python 3 ready.
    39 # Depends on paste.deploy, which depends on paste, which is not Python 3 ready.
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 
    41 
    42 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk