2
1

Config.in 453 B

12345678910
  1. config 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 interfaces" for
  6. Python. Interfaces are a mechanism for labeling objects as conforming
  7. to a given API or contract. So, this package can be considered as
  8. implementation of the Design By Contract methodology support in Python.
  9. http://docs.zope.org/zope.interface/