components/python/kombu/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
       
    21 
       
    22 #
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
       
    25 
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		kombu
    28 COMPONENT_NAME=		kombu
    26 COMPONENT_VERSION=	2.5.12
    29 COMPONENT_VERSION=	3.0.7
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09
    33     sha256:1aed91b4e58c5114069b9432d229a6b8564f63000f50b03de1c514f2bdd42f1b
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
    35 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
    33 COMPONENT_BUGDB=	python-mod/kombu
    36 COMPONENT_BUGDB=	python-mod/kombu
    34 
    37 
    35 TPNO=			14503
    38 TPNO=			21722
    36 
    39 
    37 # Depends on pyrabbit which depends on httplib2 which has its own dependency
    40 # Depends on pyrabbit which depends on httplib2 which has its own dependency
    38 # issues (see its Makefile for details).  So don't build for Python 3 until
    41 # issues (see its Makefile for details).  So don't build for Python 3 until
    39 # dependencies resolved.
    42 # dependencies resolved.
    40 PYTHON_VERSIONS=	2.7 2.6
    43 PYTHON_VERSIONS=	2.7 2.6
    52 
    55 
    53 # Tests require:
    56 # Tests require:
    54 # ordereddict, importlib, amqp, anyjson, unittest2, nose-cover3
    57 # ordereddict, importlib, amqp, anyjson, unittest2, nose-cover3
    55 # which haven't been integrated yet.
    58 # which haven't been integrated yet.
    56 test:		$(NO_TESTS)
    59 test:		$(NO_TESTS)
    57