components/python/django/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4031 2d55c689d785
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) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 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=		Django
    28 COMPONENT_NAME=		Django
    26 COMPONENT_VERSION=	1.4.11
    29 COMPONENT_VERSION=	1.4.19
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:4819d8b37405b33f4f0d156f60918094d566249f52137c5e6e0dbaa12995c201
    33     sha256:d75d605e574305e1c2864c392e1454963ead4552477ce14e67e64b9ef9faa1a6
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
    35 COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
    33 COMPONENT_BUGDB=	python-mod/django
    36 COMPONENT_BUGDB=	python-mod/django
    34 
    37 
    35 TPNO=			17445
    38 TPNO=			21718
    36 
    39 
    37 # Syntax issues: not Python 3 ready.
    40 # Syntax issues: not Python 3 ready.
    38 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	2.7 2.6
    39 
    42 
    40 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    73 # selenium and Textile, some of which haven't been integrated yet.
    76 # selenium and Textile, some of which haven't been integrated yet.
    74 # The tests will run, but there are errors.
    77 # The tests will run, but there are errors.
    75 #
    78 #
    76 test:		$(TEST_NO_ARCH)
    79 test:		$(TEST_NO_ARCH)
    77 
    80 
       
    81 
       
    82 REQUIRED_PACKAGES += text/gnu-gettext