python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / webencodings / Makefile
blob179ecd4530b48db45a8b59184859e50600eca1a1
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 webencodings
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = webencodings
22 HUMAN_VERSION = 0.5.1
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = webencodings - Character encoding aliases for legacy web content
25 COMPONENT_PROJECT_URL = https://github.com/SimonSapin/python-webencodings
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
30 COMPONENT_LICENSE = BSD-3-Clause
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += runtime/python
37 TEST_REQUIRED_PACKAGES.python += library/python/pytest