David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
37ae31 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 ZODB
15 #
16
17 BUILD_STYLE = setup.py
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        ZODB
1e3fb0 22 HUMAN_VERSION =            6.0
37ae31 23 COMPONENT_SUMMARY =        ZODB - ZODB, a Python object-oriented database
MT 24 COMPONENT_PROJECT_URL =        http://zodb-docs.readthedocs.io
25 COMPONENT_ARCHIVE_HASH =    \
1e3fb0 26     sha256:e51c792115c5daad4e806757bafa2f754c000c23e6babc3be5e40775fe49b5dc
37ae31 27 COMPONENT_LICENSE =        ZPL-2.1
MT 28 COMPONENT_LICENSE_FILE =    LICENSE.txt
29
30 include $(WS_MAKE_RULES)/common.mk
31
32 # To solve simliar problem like
33 # https://github.com/zopefoundation/persistent/issues/183
34 COMPONENT_POST_UNPACK_ACTION += \
35     $(RM) $(SOURCE_DIR)/src/ZODB/tests/testdocumentation.py ;
36
37 # Force no colors and more verbose output via tox posargs
38 COMPONENT_TEST_TARGETS += -- -vv
39
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/btrees
42 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
43 PYTHON_REQUIRED_PACKAGES += library/python/persistent
44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
45 PYTHON_REQUIRED_PACKAGES += library/python/transaction
46 PYTHON_REQUIRED_PACKAGES += library/python/zc-lockfile
47 PYTHON_REQUIRED_PACKAGES += library/python/zconfig
48 PYTHON_REQUIRED_PACKAGES += library/python/zodbpickle
49 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
50 PYTHON_REQUIRED_PACKAGES += runtime/python
51 TEST_REQUIRED_PACKAGES.python += library/python/manuel
52 TEST_REQUIRED_PACKAGES.python += library/python/zope-testing
53 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner