components/python/neutronclient/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # 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.
    24 #
    24 #
       
    25 
    25 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    26 
    27 
    27 COMPONENT_NAME=		python-neutronclient
    28 COMPONENT_NAME=		python-neutronclient
    28 COMPONENT_VERSION=	2.3.4
    29 COMPONENT_VERSION=	2.3.10
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:41c8fc9dcd947fcd0250175ace419228fc9ac3820442826ba9858ab6f99066c5
    33     sha256:f2e0abd6511f0372849f132c74e839fcbfd88d508ccd69459e388ee0d6059ed0
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-neutronclient
    35 COMPONENT_PROJECT_URL=	http://launchpad.net/python-neutronclient
    35 COMPONENT_BUGDB=	service/neutron
    36 COMPONENT_BUGDB=	service/neutron
    36 
    37 
    37 TPNO=			17871
    38 TPNO=			21734
    38 
    39 
    39 # Syntax issues: not Python 3 ready.
    40 # Depends on netaddr which is not Python 3 ready.
    40 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	2.7 2.6
    41 
    42 
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    58 # hacking, cliff-tablib, discover, fixtures, mox, python-subunit,
    59 # hacking, cliff-tablib, discover, fixtures, mox, python-subunit,
    59 # sphinx, testrepository, testtools
    60 # sphinx, testrepository, testtools
    60 # which haven't been integrated yet.
    61 # which haven't been integrated yet.
    61 #
    62 #
    62 test:		$(NO_TESTS)
    63 test:		$(NO_TESTS)
    63