components/python/waitress/Makefile
changeset 6410 3ae42b2b5dad
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
equal deleted inserted replaced
6409:a57c61602ca6 6410:3ae42b2b5dad
    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 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		waitress
    27 COMPONENT_NAME=		waitress
    28 COMPONENT_VERSION=	0.8.5
    28 COMPONENT_VERSION=	0.9.0
    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:302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228
    32     sha256:5368b6f2c51823b60e01cd762610385cc2951b25cbf0e930445215d2527acbb4
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/waitress
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/waitress
    35 COMPONENT_BUGDB=	python-mod/waitress
    35 COMPONENT_BUGDB=	python-mod/waitress
    36 
    36 
    37 TPNO=			14503
    37 TPNO=			29067
    38 
    38 
    39 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    54 # common targets
    54 # common targets
    55 build:		$(BUILD_NO_ARCH)
    55 build:		$(BUILD_NO_ARCH)
    56 
    56 
    57 install:	$(INSTALL_NO_ARCH)
    57 install:	$(INSTALL_NO_ARCH)
    58 
    58 
    59 # Tests requires the coverage, nose and unittest2 packages.
    59 # SleepyThreadTests will fail due to the need for elevated privileges.
    60 test:		$(TEST_NO_ARCH)
    60 test:		$(TEST_NO_ARCH)
    61 
    61 
    62 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    62 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    63 
    63 
    64 REQUIRED_PACKAGES += library/python/setuptools-27
    64 REQUIRED_PACKAGES += library/python/setuptools-27