components/python/swiftclient/Makefile
changeset 1944 56ac2df1785b
parent 1907 446472de62e9
child 1948 2d1537e7942d
equal deleted inserted replaced
1943:1a27f000029f 1944:56ac2df1785b
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, 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.0.2
    28 COMPONENT_VERSION=	2.1.0
    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:bad3902187b0eeb0a7371d54d5789a8e0c745ca2acca5ca4d86961952e37888a
    32     sha256:e5304cc2fc58e5f9fec87c0910109b524b3634f49a6dd82a35a28cbdf1515de8
    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 # Syntax issues: not Python 3 ready.
    37 # depends on keystoneclient which is not Python 3 ready
    38 PYTHON_VERSIONS=	2.7 2.6
    38 PYTHON_VERSIONS=	2.7 2.6
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk