components/python/glance_store/Makefile
changeset 6787 a2032b82c122
parent 5405 66fd59fecd68
child 7687 1093e2a9adbd
equal deleted inserted replaced
6786:c424280db93e 6787:a2032b82c122
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		glance_store
    28 COMPONENT_NAME=		glance_store
    29 COMPONENT_VERSION=	0.4.0
    29 COMPONENT_VERSION=	0.13.0
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:cd15e9f9a08dc8d3eeaa452682c8e53423f848eaadf064c0ee8068583aa31154
    33     sha256:f3d6ca8f66a290cc31e1420ef9645ed69b36318cfcf86e50c51cbc811dfc8cc3
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://github.com/openstack/glance_store
    35 COMPONENT_PROJECT_URL=	http://docs.openstack.org/developer/glance_store/
    36 COMPONENT_BUGDB=	python-mod/glance_store
    36 COMPONENT_BUGDB=	python-mod/glance_store
    37 
    37 
    38 TPNO=			25736
    38 TPNO=			27998
    39 
    39 
    40 # Depends on oslo.vmware which is not Python 3 ready.
    40 # Depends on oslo.vmware which is not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 
    42 
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    49 # common targets
    49 # common targets
    50 build:		$(BUILD_NO_ARCH)
    50 build:		$(BUILD_NO_ARCH)
    51 
    51 
    52 install:	$(INSTALL_NO_ARCH)
    52 install:	$(INSTALL_NO_ARCH)
    53 
    53 
    54 # see $(COMPONENT_SRC)/test-requirements.txt for the python modules
    54 # See $(COMPONENT_SRC)/test-requirements.txt for the Python modules
    55 # required to execute unittests.
    55 # required to execute unittests.
    56 test:		$(NO_TESTS)
    56 test:		$(NO_TESTS)
    57 
    57 
    58 system-test:    $(NO_TESTS)
    58 system-test:	$(NO_TESTS)