perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / contextlib2 / Makefile
blob79bbf775dcc5ac24208ff9fdc7a5b3537e78cd96
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project contextlib2
17 BUILD_STYLE = setup.py
18 USE_COMMON_TEST_MASTER = no
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = contextlib2
23 HUMAN_VERSION = 21.6.0
24 COMPONENT_SUMMARY = contextlib2 - Backports and enhancements for the contextlib module
25 COMPONENT_PROJECT_URL = http://contextlib2.readthedocs.org
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/c7/13/37ea7805ae3057992e96ecb1cffa2fa35c2ef4498543b846f90dd2348d8f/contextlib2-21.6.0.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869
30 COMPONENT_LICENSE = PSF-2.0
31 COMPONENT_LICENSE_FILE = LICENSE.txt
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += runtime/python
37 TEST_REQUIRED_PACKAGES.python += library/python/coverage
38 TEST_REQUIRED_PACKAGES.python += library/python/mypy