components/python/python34/Makefile
changeset 2183 5d00686e81da
parent 2124 c9bbad49190b
child 2225 f064d3d3190d
equal deleted inserted replaced
2182:9f1202f3ddbd 2183:5d00686e81da
    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.1
    29 COMPONENT_VERSION=	3.4.2
    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:c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4
    34     sha256:1c6d9682d145c056537e477bbfa060ce727f9edd38df1827e0f970dcf04b2def
    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_BUGDB=	utility/python
    36 COMPONENT_BUGDB=	utility/python
    37 
    37 
    38 TPNO=			18022
    38 TPNO=			19421
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/configure.mk
    41 include $(WS_TOP)/make-rules/configure.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_TOP)/make-rules/lint-libraries.mk
    43 include $(WS_TOP)/make-rules/lint-libraries.mk