components/python/python-ldap/Makefile
changeset 6437 09fb2c712a39
parent 6404 776ac4e2d089
child 7527 352b7a456c30
equal deleted inserted replaced
6434:9b8c9a1d0ee8 6437:09fb2c712a39
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2016, 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=		python-ldap
    27 COMPONENT_NAME=		python-ldap
    28 COMPONENT_VERSION=	2.4.10
    28 COMPONENT_VERSION=	2.4.25
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:67cc7801bf24c29386ab99966ceb68d6a60fa9e0566cc95a4fbb2c4695a8ce54
    32     sha256:62d00dbc86f3f9b21beacd9b826e8f9895f900637a60a6d4e7ab59a1cdc64e56
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://www.python-ldap.org/
    34 COMPONENT_PROJECT_URL=	http://www.python-ldap.org/
    35 COMPONENT_BUGDB=	python-mod/python-ldap
    35 COMPONENT_BUGDB=	python-mod/python-ldap
    36 
    36 
    37 TPNO=			14503
    37 TPNO=			29571
    38 
    38 
    39 # This module has syntax issues and thus is not Python 3 ready.
    39 # This module has syntax issues and thus is not Python 3 ready.
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 
    41 
    42 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk