openexr: make architecture independent
[oi-userland.git] / components / python / pytest-flake8 / Makefile
blob1b040e7c03c9575b693a7d0a82578f527f78d026
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 pytest-flake8
17 BUILD_STYLE = setup.py
18 USE_COMMON_TEST_MASTER = no
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = pytest-flake8
23 HUMAN_VERSION = 1.1.1
24 COMPONENT_SUMMARY = pytest-flake8 - pytest plugin to check FLAKE8 requirements
25 COMPONENT_PROJECT_URL = https://github.com/tholo/pytest-flake8
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/e0/5f/73ea3b05a5abae642442b1e2c70203a7f3afbb7f5749e90956b36958c078/pytest-flake8-1.1.1.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:ba4f243de3cb4c2486ed9e70752c80dd4b636f7ccb27d4eba763c35ed0cd316e
30 COMPONENT_LICENSE = BSD-2-Clause
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/flake8
37 PYTHON_REQUIRED_PACKAGES += library/python/pytest
38 PYTHON_REQUIRED_PACKAGES += runtime/python
39 TEST_REQUIRED_PACKAGES.python += library/python/pytest