components/python/cryptography/Makefile
changeset 7687 1093e2a9adbd
parent 7497 c4a12b08cb13
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) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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=		cryptography
    28 COMPONENT_NAME=		cryptography
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f
    33     sha256:4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://cryptography.io/
    35 COMPONENT_PROJECT_URL=	https://cryptography.io/
    36 COMPONENT_BUGDB=	python-mod/cryptography
    36 COMPONENT_BUGDB=	python-mod/cryptography
       
    37 COMPONENT_ANITYA_ID=	5532
    37 
    38 
    38 TPNO=			32949
    39 TPNO=			32949
    39 
    40 
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_MAKE_RULES)/setup.py.mk