components/python/python27/Makefile
changeset 1914 00e8dbcb9b1e
parent 1303 79b691ffbda3
child 1948 2d1537e7942d
equal deleted inserted replaced
1913:bf893655bc39 1914:00e8dbcb9b1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 
    22 
    23 #
    23 #
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    26 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    27 
    27 
    28 COMPONENT_NAME=		Python
    28 COMPONENT_NAME=		Python
    29 COMPONENT_VERSION=	2.7.3
    29 COMPONENT_VERSION=	2.7.6
    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.bz2
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:726457e11cb153adc3f428aaf1901fc561a374c30e5e7da6742c0742a338663c
    34     sha256:1fd68e81f8bf7386ff239b7faee9ba387129d2cf34eab13350bd8503a0bff6a1
    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 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/configure.mk
    39 include $(WS_TOP)/make-rules/configure.mk