components/python/django-appconf/Makefile
changeset 6779 bf5dfa70d3b9
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
equal deleted inserted replaced
6778:2d8467c6aa45 6779:bf5dfa70d3b9
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
       
    25 
    25 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    26 
    27 
    27 COMPONENT_NAME=		django-appconf
    28 COMPONENT_NAME=		django-appconf
    28 COMPONENT_VERSION=	0.6
    29 COMPONENT_VERSION=	1.0.2
    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:a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c
    33     sha256:6a4d9aea683b4c224d97ab8ee11ad2d29a37072c0c6c509896dd9857466fb261
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://django-appconf.readthedocs.org/
    35 COMPONENT_PROJECT_URL=	http://django-appconf.readthedocs.org/
    35 COMPONENT_BUGDB=	python-mod/django-appconf
    36 COMPONENT_BUGDB=	python-mod/django-appconf
    36 
    37 
    37 TPNO=			14503
    38 TPNO=			28036
    38 
    39 
    39 # Depends on django, which is not Python 3 ready.
    40 # Depends on django which is not Python 3 ready.
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 
    42 
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    51 install:	$(INSTALL_NO_ARCH)
    52 install:	$(INSTALL_NO_ARCH)
    52 
    53 
    53 # unittests require django-discover-runner which is not integrated
    54 # unittests require django-discover-runner which is not integrated
    54 test:		$(NO_TESTS)
    55 test:		$(NO_TESTS)
    55 
    56 
    56 system-test:    $(NO_TESTS)
    57 system-test:	$(NO_TESTS)
    57