components/python/ipaddress/Makefile
changeset 7687 1093e2a9adbd
parent 6786 c424280db93e
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) 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		ipaddress
    28 COMPONENT_NAME=		ipaddress
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
    33     sha256:5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=  https://github.com/phihag/ipaddress
    35 COMPONENT_PROJECT_URL=  https://github.com/phihag/ipaddress
    36 COMPONENT_BUGDB=	python-mod/ipaddress
    36 COMPONENT_BUGDB=	python-mod/ipaddress
       
    37 COMPONENT_ANITYA_ID=	6374
    37 
    38 
    38 TPNO=			27996
    39 TPNO=			27996
    39 
    40 
    40 # ipaddress is superfluous in Python 3.4
    41 # ipaddress is superfluous in Python 3.4
    41 PYTHON_VERSIONS =	$(PYTHON2_VERSIONS)
    42 PYTHON_VERSIONS =	$(PYTHON2_VERSIONS)