components/python/iso8601/Makefile
changeset 1920 3ed8d7c25c17
parent 1484 01108fd9c6ef
child 1948 2d1537e7942d
equal deleted inserted replaced
1919:918b1af28918 1920:3ed8d7c25c17
    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) 2012-2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		iso8601
    25 COMPONENT_NAME=		iso8601
    26 COMPONENT_VERSION=	0.1.4
    26 COMPONENT_VERSION=	0.1.10
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:7a28ccdfb316960431aa7f589f71cb10e0675917e36f6d718d9c03ec6e97f60d
    30     sha256:e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	http://code.google.com/p/pyiso8601/
    32 COMPONENT_PROJECT_URL=	http://code.google.com/p/pyiso8601/
    33 COMPONENT_BUGDB=	python-mod/iso8601
    33 COMPONENT_BUGDB=	python-mod/iso8601
    34 
    34 
    35 include $(WS_TOP)/make-rules/prep.mk
    35 include $(WS_TOP)/make-rules/prep.mk