python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / httplib2 / Makefile
blobea6d6641e0d4cfe35077e0f3298e1f2d02ff7587
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 httplib2
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = httplib2
22 HUMAN_VERSION = 0.22.0
23 COMPONENT_SUMMARY = httplib2 - A comprehensive HTTP client library.
24 COMPONENT_PROJECT_URL = https://github.com/httplib2/httplib2
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/3d/ad/2371116b22d616c194aa25ec410c9c6c37f23599dcd590502b74db197584/httplib2-0.22.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 include $(WS_MAKE_RULES)/common.mk
36 # This project does not support tox so we need to provide test requirements
37 # manually.
38 TEST_REQUIREMENTS += requirements-test.txt
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/pyparsing
42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
43 PYTHON_REQUIRED_PACKAGES += library/python/wheel
44 PYTHON_REQUIRED_PACKAGES += runtime/python
45 TEST_REQUIRED_PACKAGES.python += library/python/cryptography
46 TEST_REQUIRED_PACKAGES.python += library/python/flake8
47 TEST_REQUIRED_PACKAGES.python += library/python/future
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-forked
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
54 TEST_REQUIRED_PACKAGES.python += library/python/six