jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / hyperlink / Makefile
blob090eae54d13a4904f7b486abaaa3cd1b05d8de5d
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 hyperlink
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = hyperlink
22 HUMAN_VERSION = 21.0.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = hyperlink - A featureful, immutable, and correct URL for Python.
25 COMPONENT_PROJECT_URL = https://github.com/python-hyper/hyperlink
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/3a/51/1947bd81d75af87e3bb9e34593a4cf118115a8feb451ce7a69044ef1412e/hyperlink-21.0.0.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/idna
37 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
38 PYTHON_REQUIRED_PACKAGES += library/python/wheel
39 PYTHON_REQUIRED_PACKAGES += runtime/python
40 TEST_REQUIRED_PACKAGES.python += library/python/coverage
41 TEST_REQUIRED_PACKAGES.python += library/python/hypothesis
42 TEST_REQUIRED_PACKAGES.python += library/python/idna
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest
44 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov