components/python/stevedore/Makefile
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 4072 db0cec748ec0
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
    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, 2016, 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=		stevedore
    28 COMPONENT_NAME=		stevedore
    29 COMPONENT_VERSION=	1.2.0
    29 COMPONENT_VERSION=	1.3.0
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45
    33     sha256:beab2b7f91966d259796392c39ed6f260b32851861561dd9f3b9be2fd0c426a5
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://github.com/dreamhost/stevedore
    35 COMPONENT_PROJECT_URL=	https://github.com/dreamhost/stevedore
    36 COMPONENT_BUGDB=	python-mod/stevedore
    36 COMPONENT_BUGDB=	python-mod/stevedore
    37 
    37 
    38 TPNO=			21742
    38 TPNO=			25761
    39 
    39 
    40 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43