#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# This file was automatically generated using the following command:
#   $WS_TOOLS/python-integrate-project webencodings
#

BUILD_STYLE = setup.py

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME =		webencodings
HUMAN_VERSION =			0.5.1
COMPONENT_REVISION =		1
COMPONENT_SUMMARY =		webencodings - Character encoding aliases for legacy web content
COMPONENT_PROJECT_URL =		https://github.com/SimonSapin/python-webencodings
COMPONENT_ARCHIVE_URL =		\
	https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz
COMPONENT_ARCHIVE_HASH =	\
	sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
COMPONENT_LICENSE =		BSD-3-Clause
COMPONENT_LICENSE_FILE =	LICENSE

include $(WS_MAKE_RULES)/common.mk

# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += runtime/python
TEST_REQUIRED_PACKAGES.python += library/python/pytest