components/python/kombu/Makefile
changeset 5405 66fd59fecd68
parent 4984 7145b15b7f0d
child 6193 0ca395f404b9
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
    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, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		kombu
    28 COMPONENT_NAME=		kombu
    29 COMPONENT_VERSION=	3.0.7
    29 COMPONENT_VERSION=	3.0.32
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:1aed91b4e58c5114069b9432d229a6b8564f63000f50b03de1c514f2bdd42f1b
    33     sha256:d3edda02076ae04fa62d128007756f4c4298fe479119ca070a47a22afe867660
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
    35 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
    36 COMPONENT_BUGDB=	python-mod/kombu
    36 COMPONENT_BUGDB=	python-mod/kombu
    37 
    37 
    38 TPNO=			21722
    38 TPNO=			26421
    39 
    39 
    40 # 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
    41 # 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
    42 # dependencies resolved.
    42 # dependencies resolved.
    43 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    43 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)