components/python/python34/Makefile
branchs11-update
changeset 3876 da37433d5103
parent 3795 cfd59dfe98a2
child 3978 adf3ab1a234a
equal deleted inserted replaced
3870:37ef66e7f75b 3876:da37433d5103
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		Python
    28 COMPONENT_NAME=		Python
    29 COMPONENT_VERSION=	3.4.2
    29 COMPONENT_VERSION=	3.4.3
    30 COMPONENT_PROJECT_URL=	http://python.org/
    30 COMPONENT_PROJECT_URL=	http://python.org/
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:1c6d9682d145c056537e477bbfa060ce727f9edd38df1827e0f970dcf04b2def
    34     sha256:b5b3963533768d5fc325a4d7a6bd6f666726002d696f1d399ec06b043ea996b8
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    36 COMPONENT_BUGDB=	utility/python
    37 COMPONENT_BUGDB=	utility/python
    37 
    38 
    38 TPNO=			19421
    39 TPNO=			21686
    39 
    40 
    40 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/configure.mk
    42 include $(WS_TOP)/make-rules/configure.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_TOP)/make-rules/lint-libraries.mk
    44 include $(WS_TOP)/make-rules/lint-libraries.mk