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
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 ZODB
17 BUILD_STYLE
= setup.py
19 include ..
/..
/..
/make-rules
/shared-macros.mk
23 COMPONENT_SUMMARY
= ZODB
- ZODB
, a Python object-oriented database
24 COMPONENT_PROJECT_URL
= http
://zodb-docs.readthedocs.io
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:e51c792115c5daad4e806757bafa2f754c000c23e6babc3be5e40775fe49b5dc
27 COMPONENT_LICENSE
= ZPL-2.1
28 COMPONENT_LICENSE_FILE
= LICENSE.txt
30 include $(WS_MAKE_RULES
)/common.mk
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
;
37 # Force no colors and more verbose output via tox posargs
38 COMPONENT_TEST_TARGETS
+= -- -vv
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