components/python/oslo.messaging/Makefile
changeset 5405 66fd59fecd68
parent 4984 7145b15b7f0d
child 6804 c850a853dad9
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) 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=		oslo.messaging
    28 COMPONENT_NAME=		oslo.messaging
    29 COMPONENT_VERSION=	1.4.1
    29 COMPONENT_VERSION=	1.8.3
    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:28243db5fb84287016d6f58fa485a71496c825bcfca3ae806035017700a11945
    33     sha256:149d325431e2c4415edd5bdaec0cff4e9109c02e8f428382610cfa1a238692ea
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://launchpad.net/oslo.messaging
    35 COMPONENT_PROJECT_URL=	https://launchpad.net/oslo.messaging
    36 COMPONENT_BUGDB=	python-mod/oslo.messaging
    36 COMPONENT_BUGDB=	python-mod/oslo.messaging
    37 
    37 
    38 TPNO=			20378
    38 TPNO=			25742
    39 
    39 
    40 # Depends on oslo.utils which is not Python 3 ready.
    40 # Depends on oslo.utils which is not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 
    42 
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 
       
    49 COMPONENT_POST_INSTALL_ACTION = \
       
    50 	(cd $(PROTO_DIR)/usr/bin ; \
       
    51 	 $(MV) -f oslo-messaging-zmq-receiver \
       
    52 	 oslo-messaging-zmq-receiver-$(PYTHON_VERSION))
       
    53 
    48 
    54 # common targets
    49 # common targets
    55 build:		$(BUILD_NO_ARCH)
    50 build:		$(BUILD_NO_ARCH)
    56 
    51 
    57 install:	$(INSTALL_NO_ARCH)
    52 install:	$(INSTALL_NO_ARCH)