components/python/python27/Makefile
changeset 3817 30b42c38bbc4
parent 3759 6f5b34e14c5c
child 3872 22a6f441c13d
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    36 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    36 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    37 COMPONENT_BUGDB=	utility/python
    37 COMPONENT_BUGDB=	utility/python
    38 
    38 
    39 TPNO=			20750
    39 TPNO=			20750
    40 
    40 
    41 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_TOP)/make-rules/configure.mk
    42 include $(WS_MAKE_RULES)/configure.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 include $(WS_TOP)/make-rules/lint-libraries.mk
    44 include $(WS_MAKE_RULES)/lint-libraries.mk
    45 
    45 
    46 # Need to preserve timestamp for Grammar files.  If the pickle files are older, 
    46 # Need to preserve timestamp for Grammar files.  If the pickle files are older, 
    47 # Python will try to rebuild them.  
    47 # Python will try to rebuild them.  
    48 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.txt
    48 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.txt
    49 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
    49 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
   183 COMPONENT_TEST_TRANSFORMER =	$(NAWK)
   183 COMPONENT_TEST_TRANSFORMER =	$(NAWK)
   184 COMPONENT_TEST_TRANSFORMS =	"'/tests OK./ {results = 1}; /make: / {results = 0} {if (results) print $0 } '"
   184 COMPONENT_TEST_TRANSFORMS =	"'/tests OK./ {results = 1}; /make: / {results = 0} {if (results) print $0 } '"
   185 
   185 
   186 test:				$(TEST_32_and_64)
   186 test:				$(TEST_32_and_64)
   187 
   187 
   188 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
   188 REQUIRED_PACKAGES += compress/bzip2
   189 
   189 REQUIRED_PACKAGES += database/sqlite-3
   190 include $(WS_TOP)/make-rules/depend.mk
   190 REQUIRED_PACKAGES += developer/library/xprofile
       
   191 REQUIRED_PACKAGES += library/database/gdbm
       
   192 REQUIRED_PACKAGES += library/expat
       
   193 REQUIRED_PACKAGES += library/libffi
       
   194 REQUIRED_PACKAGES += library/ncurses
       
   195 REQUIRED_PACKAGES += library/python/pip-27
       
   196 REQUIRED_PACKAGES += library/readline
       
   197 REQUIRED_PACKAGES += library/security/openssl
       
   198 REQUIRED_PACKAGES += library/zlib
       
   199 REQUIRED_PACKAGES += runtime/tcl-8
       
   200 REQUIRED_PACKAGES += runtime/tk-8
       
   201 REQUIRED_PACKAGES += shell/ksh93
       
   202 REQUIRED_PACKAGES += system/core-os
       
   203 REQUIRED_PACKAGES += system/library
       
   204 REQUIRED_PACKAGES += system/library/math
       
   205 REQUIRED_PACKAGES += system/linker
       
   206 REQUIRED_PACKAGES += x11/library/libx11