components/python/swiftclient/Makefile
branchs11-update
changeset 4072 db0cec748ec0
parent 3996 20c0f21bbe1e
child 6035 c9748fcc32de
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    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 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		python-swiftclient
    27 COMPONENT_NAME=		python-swiftclient
    28 COMPONENT_VERSION=	2.1.0
    28 COMPONENT_VERSION=	2.3.1
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:e5304cc2fc58e5f9fec87c0910109b524b3634f49a6dd82a35a28cbdf1515de8
    32     sha256:20a9d81dc0d948740a188a0c42e7f7fcc9c81a185bfbdf180f68580ea49309a6
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-swiftclient
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-swiftclient
    35 COMPONENT_BUGDB=	service/swift
    35 COMPONENT_BUGDB=	service/swift
    36 
    36 
    37 TPNO=			17873
    37 TPNO=			21736
    38 
    38 
    39 # depends on keystoneclient which is not Python 3 ready
    39 # depends on keystoneclient which is not Python 3 ready
    40 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	2.7 2.6
    41 
    41 
    42 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    57 # Tests require:
    57 # Tests require:
    58 # discover, sphinx, testrepository, testtools
    58 # discover, sphinx, testrepository, testtools
    59 # which haven't been integrated yet.
    59 # which haven't been integrated yet.
    60 #
    60 #
    61 test:		$(NO_TESTS)
    61 test:		$(NO_TESTS)
    62 
       
    63 
       
    64 REQUIRED_PACKAGES += library/python/simplejson-26
       
    65 REQUIRED_PACKAGES += library/python/simplejson-27