components/python/amqp/Makefile
branchs11-update
changeset 4072 db0cec748ec0
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    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) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 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=		amqp
    28 COMPONENT_NAME=		amqp
    26 COMPONENT_VERSION=	1.0.12
    29 COMPONENT_VERSION=	1.4.6
    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:c2c09d0310009efd9b19fc12efff7a085b789b841341a533451b85750be6518d
    33     sha256:ebcfc867de5a68f9f5ba14d11dbad88e6aff8435a8d39339d5ceb0e5b06de640
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	https://github.com/celery/py-amqp/
    35 COMPONENT_PROJECT_URL=	https://github.com/celery/py-amqp/
    33 COMPONENT_BUGDB=	python-mod/py-amqp 
    36 COMPONENT_BUGDB=	python-mod/py-amqp
    34 
    37 
    35 TPNO=			14503
    38 TPNO=			21715
    36 
    39 
    37 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    40 
    43 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    42 
    45 
       
    46 COMPONENT_TEST_ARGS=	funtests/run_all.py --host=localhost
       
    47 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
       
    48 
    43 # common targets
    49 # common targets
    44 build:		$(BUILD_NO_ARCH)
    50 build:		$(BUILD_NO_ARCH)
    45 
    51 
    46 install:	$(INSTALL_NO_ARCH)
    52 install:	$(INSTALL_NO_ARCH)
    47 
    53 
    48 # Tests require:
    54 # svc:/application/rabbitmq:default needs to be online for tests to run
    49 # unittest2>=0.4.0, nose, nose-cover3, coverage>=3.0, mock
    55 test:		$(TEST_NO_ARCH)
    50 # some of which haven't been integrated yet.
       
    51 test:		$(NO_TESTS)
       
    52 
       
    53