easy-rsa: update to 3.2.1
[oi-userland.git] / components / python / extras / Makefile
blobfe31e88143347a3feb6d14122999bbcae4763313
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 extras
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = extras
22 COMPONENT_VERSION = 1.0.0
23 COMPONENT_SUMMARY = extras - Useful extra bits for Python - things that shold be in the standard library
24 COMPONENT_PROJECT_URL = https://github.com/testing-cabal/extras
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/be/18/0b7283f0ebf6ad4bb6b9937538495eadf05ef097b102946b9445c4242636/extras-1.0.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
35 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
36 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
38 # extras --> testtools ==> extras
40 # To break loops we need to allow this project to integrate without testing in
41 # a case the required projects are not available yet (bootstrap).
43 PYTHON_TEST_BOOTSTRAP = yes
45 include $(WS_MAKE_RULES)/common.mk
47 # extras needs testtools to run tests, but currently there is no way to detect
48 # that automatically
49 TEST_REQUIRED_PACKAGES.python += library/python/testtools
51 # Auto-generated dependencies
52 PYTHON_REQUIRED_PACKAGES += runtime/python