components/python/oslo.config/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 3998 5bd484384122
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, 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=		oslo.config
    27 COMPONENT_NAME=		oslo.config
    28 COMPONENT_VERSION=	1.3.0
    28 COMPONENT_VERSION=	1.3.0
    34 COMPONENT_PROJECT_URL=	http://www.openstack.org/
    34 COMPONENT_PROJECT_URL=	http://www.openstack.org/
    35 COMPONENT_BUGDB=	python-mod/oslo.config
    35 COMPONENT_BUGDB=	python-mod/oslo.config
    36 
    36 
    37 TPNO=			17861
    37 TPNO=			17861
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    43 COMPONENT_POST_INSTALL_ACTION += \
    43 COMPONENT_POST_INSTALL_ACTION += \
    44         ($(TOUCH) $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/oslo/__init__.py; \
    44         ($(TOUCH) $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/oslo/__init__.py; \
    45          $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
    45          $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
    46 
    46 
    54 # Tests require:
    54 # Tests require:
    55 # fixtures, mox, nose, nose-exclude, testtools, coverage, sphinx
    55 # fixtures, mox, nose, nose-exclude, testtools, coverage, sphinx
    56 # some of which haven't been integrated yet
    56 # some of which haven't been integrated yet
    57 test:		$(NO_TESTS)
    57 test:		$(NO_TESTS)
    58 
    58 
    59 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    60 
       
    61 include $(WS_TOP)/make-rules/depend.mk