components/python/futures/Makefile
changeset 6789 c243329317d0
parent 5028 db8ff415ba49
child 7687 1093e2a9adbd
equal deleted inserted replaced
6788:8c9207b54acf 6789:c243329317d0
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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=		futures
    28 COMPONENT_NAME=		futures
    29 COMPONENT_VERSION=	2.2.0
    29 COMPONENT_VERSION=	3.0.5
    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:151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3
    33     sha256:0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	http://code.google.com/p/pythonfutures/
    35 COMPONENT_PROJECT_URL=	http://code.google.com/p/pythonfutures/
    36 COMPONENT_BUGDB=	python-mod/futures
    36 COMPONENT_BUGDB=	python-mod/futures
    37 
    37 
    38 TPNO=			21622
    38 TPNO=			27997
    39 
    39 
    40 #
    40 #
    41 # The futures module was integrated into Python 3.2, so we should only
    41 # The futures module was integrated into Python 3.2, so we should only
    42 # deliver 2.x modules.
    42 # deliver 2.x modules.
    43 #
    43 #