python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / zope.schema / Makefile
blob83a0f48cf16ecbd21c29efafec53966ba4dff84a
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 zope.schema
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zope.schema
22 HUMAN_VERSION = 7.0.1
23 COMPONENT_SUMMARY = zope.schema - zope.interface extension for defining data schemas
24 COMPONENT_PROJECT_URL = https://github.com/zopefoundation/zope.schema
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/82/67/91585500260386df145b78532de588b41470d416bc6fa1cdc1b0f7a34e68/zope.schema-7.0.1.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:ead4dbcb03354d4e410c9a3b904451eb44d90254751b1cbdedf4a61aede9fbb9
29 COMPONENT_LICENSE = ZPL-2.1
30 COMPONENT_LICENSE_FILE = LICENSE.txt
32 include $(WS_MAKE_RULES)/common.mk
34 # Force no colors and more verbose output via tox posargs
35 COMPONENT_TEST_TARGETS += -- -vv
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
39 PYTHON_REQUIRED_PACKAGES += library/python/zope-event
40 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
41 PYTHON_REQUIRED_PACKAGES += runtime/python
42 TEST_REQUIRED_PACKAGES.python += library/python/repoze-sphinx-autointerface
43 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
44 TEST_REQUIRED_PACKAGES.python += library/python/zope-i18nmessageid
45 TEST_REQUIRED_PACKAGES.python += library/python/zope-testing
46 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner