components/python/django_compressor/Makefile
branchs11-update
changeset 4072 db0cec748ec0
parent 3996 20c0f21bbe1e
child 7811 9126e6f58cd8
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    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_compressor
    28 COMPONENT_NAME=		django_compressor
    26 COMPONENT_VERSION=	1.3
    29 COMPONENT_VERSION=	1.4
    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:66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52
    33     sha256:b26034230efcef7d60e5267890eda656dfc49c567f27125d907eee4fe7f9a6ec
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	http://django-compressor.readthedocs.org
    35 COMPONENT_PROJECT_URL=	http://django-compressor.readthedocs.org
    33 COMPONENT_BUGDB=	python-mod/django-cmpress 
    36 COMPONENT_BUGDB=	python-mod/django-cmpress
    34 
    37 
    35 TPNO=			14503
    38 TPNO=			21719
    36 
    39 
    37 # Depends on django, which is not Python 3 ready.
    40 # Depends on django, which is 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
    48 
    51 
    49 install:	$(INSTALL_NO_ARCH)
    52 install:	$(INSTALL_NO_ARCH)
    50 
    53 
    51 # unittests require django-discover-runner which is not integrated
    54 # unittests require django-discover-runner which is not integrated
    52 test:		$(NO_TESTS)
    55 test:		$(NO_TESTS)
    53 
       
    54