Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
506f79 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project transaction
15 #
16
17 BUILD_STYLE = setup.py
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        transaction
a1ff48 22 HUMAN_VERSION =            4.0
506f79 23 COMPONENT_SUMMARY =        transaction - Transaction management for Python
MT 24 COMPONENT_PROJECT_URL =        https://github.com/zopefoundation/transaction
25 COMPONENT_ARCHIVE_URL =        \
a1ff48 26     https://files.pythonhosted.org/packages/0f/b0/03d196e1d6e37056cca040d9694220641e8a78c4a85d7d80e6feb03be7f5/transaction-4.0.tar.gz
506f79 27 COMPONENT_ARCHIVE_HASH =    \
a1ff48 28     sha256:68035db913f60d1be12f6563d201daab36c83e763de15899ff8338f26e5e62f2
506f79 29 COMPONENT_LICENSE =        ZPL-2.1
MT 30 COMPONENT_LICENSE_FILE =    LICENSE.txt
31
32 include $(WS_MAKE_RULES)/common.mk
33
34 # Force no colors and more verbose output via tox posargs
35 COMPONENT_TEST_TARGETS += -- -vv
36
a1ff48 37 # Normalize pointers
MT 38 COMPONENT_TEST_TRANSFORMS += "-e 's/0x[0-9a-f]\{12\}/\$$(POINTER)/g'"
39
506f79 40 # Auto-generated dependencies
MT 41 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
42 PYTHON_REQUIRED_PACKAGES += runtime/python
43 TEST_REQUIRED_PACKAGES.python += library/python/repoze-sphinx-autointerface
44 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
45 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner