xref: /OK3568_Linux_fs/buildroot/package/python-zope-interface/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
2	bool "python-zope-interface"
3	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
4	help
5	  This package provides an implementation of "object
6	  interfaces" for Python. Interfaces are a mechanism for
7	  labeling objects as conforming to a given API or
8	  contract. So, this package can be considered as
9	  implementation of the Design By Contract methodology support
10	  in Python.
11
12	  https://zopeinterface.readthedocs.io/
13