components/python/twisted/Makefile
changeset 7687 1093e2a9adbd
parent 4984 7145b15b7f0d
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 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		Twisted
    28 COMPONENT_NAME=		Twisted
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    33 COMPONENT_ARCHIVE_HASH= \
    33 COMPONENT_ARCHIVE_HASH= \
    34     sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
    34     sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
    35 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    36 COMPONENT_BUGDB=	python-mod/twisted
    36 COMPONENT_BUGDB=	python-mod/twisted
       
    37 COMPONENT_ANITYA_ID=	4071
    37 
    38 
    38 TPNO=			9692
    39 TPNO=			9692
    39 
    40 
    40 # Syntax issues: not Python 3 ready.
    41 # Syntax issues: not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)