components/python/xattr/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 3998 5bd484384122
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		xattr
    28 COMPONENT_NAME=		xattr
    35 COMPONENT_PROJECT_URL=	http://github.com/xattr/xattr
    35 COMPONENT_PROJECT_URL=	http://github.com/xattr/xattr
    36 COMPONENT_BUGDB=	python-mod/xattr
    36 COMPONENT_BUGDB=	python-mod/xattr
    37 
    37 
    38 TPNO=			16912
    38 TPNO=			16912
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 # Look over into the pycparser and cffi proto areas until they're available in
    46 # Look over into the pycparser and cffi proto areas until they're available in
    47 # the build environment.  Make sure that cffi is built.
    47 # the build environment.  Make sure that cffi is built.
    80 
    80 
    81 install:	$(INSTALL_32_and_64)
    81 install:	$(INSTALL_32_and_64)
    82 
    82 
    83 test:		$(TEST_32_and_64)
    83 test:		$(TEST_32_and_64)
    84 
    84 
    85 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    86 
    85 
    87 include $(WS_TOP)/make-rules/depend.mk
    86 REQUIRED_PACKAGES += library/python/setuptools-26
       
    87 REQUIRED_PACKAGES += library/python/setuptools-27
       
    88 REQUIRED_PACKAGES += library/python/setuptools-34
       
    89 REQUIRED_PACKAGES += system/library