components/python/python-ldap/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3497 091183b2cc24
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    30     sha256:67cc7801bf24c29386ab99966ceb68d6a60fa9e0566cc95a4fbb2c4695a8ce54
    30     sha256:67cc7801bf24c29386ab99966ceb68d6a60fa9e0566cc95a4fbb2c4695a8ce54
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	http://www.python-ldap.org/
    32 COMPONENT_PROJECT_URL=	http://www.python-ldap.org/
    33 COMPONENT_BUGDB=	python-mod/python-ldap
    33 COMPONENT_BUGDB=	python-mod/python-ldap
    34 
    34 
    35 # This module has syntax issues and this is not Python 3 ready.
    35 TPNO=			14503
    36 PYTHON_VERSIONS = 2.7 2.6
    36 
       
    37 # This module has syntax issues and thus is not Python 3 ready.
       
    38 PYTHON_VERSIONS=	2.7 2.6
    37 
    39 
    38 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    41 
    43