Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / python / zest.releaser / Makefile
blob59326bf7f7a8b9ddf3a26b34f213f075e3991f02
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 zest.releaser
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zest.releaser
22 HUMAN_VERSION = 9.2.0
23 COMPONENT_SUMMARY = Software releasing made easy and repeatable
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:f6cdbb15a125838144135176182e42d5b04eaae467df9d7b1e77ac24dd4d6266
26 COMPONENT_LICENSE = GPL-2.0-only
27 COMPONENT_LICENSE_FILE = LICENSE.GPL
29 include $(WS_MAKE_RULES)/common.mk
31 # Force no colors and more verbose output via tox posargs
32 TOX_POSARGS += -vv
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/build
36 PYTHON_REQUIRED_PACKAGES += library/python/cmarkgfm
37 PYTHON_REQUIRED_PACKAGES += library/python/colorama
38 PYTHON_REQUIRED_PACKAGES += library/python/readme-renderer
39 PYTHON_REQUIRED_PACKAGES += library/python/requests
40 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
41 PYTHON_REQUIRED_PACKAGES += library/python/tomli
42 PYTHON_REQUIRED_PACKAGES += library/python/twine
43 PYTHON_REQUIRED_PACKAGES += library/python/wheel
44 PYTHON_REQUIRED_PACKAGES += runtime/python
45 TEST_REQUIRED_PACKAGES.python += library/python/check-manifest
46 TEST_REQUIRED_PACKAGES.python += library/python/pep440
47 TEST_REQUIRED_PACKAGES.python += library/python/pyroma
48 TEST_REQUIRED_PACKAGES.python += library/python/wheel
49 TEST_REQUIRED_PACKAGES.python += library/python/zope-testing
50 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner