ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / requests-toolbelt / Makefile
blob95f6ced4b8ca315cffb959ff135ceaaca26e25a6
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 requests-toolbelt
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = requests-toolbelt
22 HUMAN_VERSION = 1.0.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = A utility belt for advanced users of python-requests
25 COMPONENT_PROJECT_URL = https://toolbelt.readthedocs.io/
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6
28 COMPONENT_LICENSE = Apache-2.0
29 COMPONENT_LICENSE_FILE = LICENSE
31 include $(WS_MAKE_RULES)/common.mk
33 # Force verbose test output via tox posargs
34 TOX_POSARGS += -v
36 # Auto-generated dependencies
37 PYTHON_REQUIRED_PACKAGES += library/python/requests
38 PYTHON_REQUIRED_PACKAGES += runtime/python
39 TEST_REQUIRED_PACKAGES.python += library/python/betamax
40 TEST_REQUIRED_PACKAGES.python += library/python/pyopenssl
41 TEST_REQUIRED_PACKAGES.python += library/python/pytest
42 TEST_REQUIRED_PACKAGES.python += library/python/requests
43 TEST_REQUIRED_PACKAGES.python += library/python/trustme