components/python/pytz/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    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 
       
    22 #
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
       
    25 
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		pytz
    28 COMPONENT_NAME=		pytz
    26 COMPONENT_VERSION=	2013d
    29 COMPONENT_VERSION=	2014.10
    27 HUMAN_VERSION=		$(COMPONENT_VERSION)
       
    28 IPS_COMPONENT_VERSION=	2013.4
       
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:4eee447b2102141dfc7d92b0536608616f152811a8adee2f120460f368ecc4c6
    33     sha256:a94138b638907491f473c875e8c95203a6a02efef52b6562be302e435016f4f3
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://pytz.sourceforge.net/
    35 COMPONENT_PROJECT_URL=	http://pytz.sourceforge.net/
    35 COMPONENT_BUGDB=	python-mod/pytz
    36 COMPONENT_BUGDB=	python-mod/pytz
    36 
    37 
    37 TPNO=			15417
    38 TPNO=			21748
    38 
    39 
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    42 
    43 
    51 build:		$(BUILD_NO_ARCH)
    52 build:		$(BUILD_NO_ARCH)
    52 
    53 
    53 install:	$(INSTALL_NO_ARCH)
    54 install:	$(INSTALL_NO_ARCH)
    54 
    55 
    55 test:		$(TEST_NO_ARCH)
    56 test:		$(TEST_NO_ARCH)
    56