components/python/keystoneclient/Makefile
branchs11-update
changeset 4072 db0cec748ec0
parent 3996 20c0f21bbe1e
child 6035 c9748fcc32de
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    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-keystoneclient
    28 COMPONENT_NAME=		python-keystoneclient
    28 COMPONENT_VERSION=	0.8.0
    29 COMPONENT_VERSION=	1.0.0
    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:6a34e10e67f375c82fefbb787072767da976520b302021b5d7237bd78e93f8cf
    33     sha256:6d960d2196efc7a181519a77f757a27ceeeac71f41f624318ae7f1088d2e6db4
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-keystoneclient
    35 COMPONENT_PROJECT_URL=	http://launchpad.net/python-keystoneclient
    35 COMPONENT_BUGDB=	service/keystone
    36 COMPONENT_BUGDB=	service/keystone
    36 
    37 
    37 TPNO=			17870
    38 TPNO=			21732
    38 
    39 
    39 # Depends on netaddr, which depends on ipython, which is not Python 3 ready.
    40 # Depends on netaddr & python-memcached which are 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, discover, fixtures, httpretty, keyring, mox3, pycrypto,
    59 # hacking, discover, fixtures, httpretty, keyring, mox3, pycrypto,
    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 
       
    64