components/python/pydns/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    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, 2017, 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=		pydns
    27 COMPONENT_NAME=		pydns
    28 COMPONENT_VERSION=	2.3.6
    28 COMPONENT_VERSION=	2.3.6
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:f1960d8bff0aafad9252b9e80279748fe7ebe5e719487d132ccb1281523cdb62
    32     sha256:f1960d8bff0aafad9252b9e80279748fe7ebe5e719487d132ccb1281523cdb62
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pydns
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pydns
    35 COMPONENT_BUGDB=	python-mod/pydns
    35 COMPONENT_BUGDB=	python-mod/pydns
       
    36 COMPONENT_ANITYA_ID=	13206
    36 
    37 
    37 TPNO=			14503
    38 TPNO=			14503
    38 
    39 
    39 # Import/syntax issues: not Python 3 ready.
    40 # Import/syntax issues: not Python 3 ready.
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)