components/python/pyasn1-modules/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=		pyasn1-modules
    27 COMPONENT_NAME=		pyasn1-modules
    28 COMPONENT_VERSION=	0.0.5
    28 COMPONENT_VERSION=	0.0.5
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:be65f00ed28e30756f1ef39377cb382480a2368699179d646a84d79fe9349941
    32     sha256:be65f00ed28e30756f1ef39377cb382480a2368699179d646a84d79fe9349941
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://pyasn1.sourceforge.net/
    34 COMPONENT_PROJECT_URL=	http://pyasn1.sourceforge.net/
    35 COMPONENT_BUGDB=	python-mod/pyasn1
    35 COMPONENT_BUGDB=	python-mod/pyasn1
       
    36 COMPONENT_ANITYA_ID=	11987
    36 
    37 
    37 TPNO=			14413
    38 TPNO=			14413
    38 
    39 
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk