components/python/dnspython/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		dnspython
    27 COMPONENT_NAME=		dnspython
    28 COMPONENT_VERSION=	1.11.1
    28 COMPONENT_VERSION=	1.11.1
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/dnspython
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/dnspython
    35 COMPONENT_BUGDB=	python-mod/dnspython
    35 COMPONENT_BUGDB=	python-mod/dnspython
    36 
    36 
    37 TPNO=			17630
    37 TPNO=			17630
       
    38 
       
    39 # dnspython is not Python3 ready.  dnspython3 should be used for
       
    40 # Python3
       
    41 PYTHON_VERSIONS=	2.7 2.6
    38 
    42 
    39 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    42 
    46