components/python/django/Makefile
changeset 1907 446472de62e9
parent 1876 bf54e704f98e
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:4819d8b37405b33f4f0d156f60918094d566249f52137c5e6e0dbaa12995c201
    30     sha256:4819d8b37405b33f4f0d156f60918094d566249f52137c5e6e0dbaa12995c201
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
    32 COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
    33 COMPONENT_BUGDB=	python-mod/django
    33 COMPONENT_BUGDB=	python-mod/django
       
    34 
       
    35 # Syntax issues: not Python 3 ready.
       
    36 PYTHON_VERSIONS=	2.7 2.6
    34 
    37 
    35 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    38 
    41