Source: python-zope.interface
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/zopefoundation/zope.interface/tags
Vcs-Browser: https://github.com/alvistack/zopefoundation-zope.interface
Vcs-Git: https://github.com/alvistack/zopefoundation-zope.interface.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 cython3,
 python3-dev,
 python3-pip,

Package: python3-zope.interface
Architecture: amd64
Description: Interfaces for Python
 This package provides an implementation of “object interfaces” for
 Python. Interfaces are a mechanism for labeling objects as conforming to
 a given API or contract. So, this package can be considered as
 implementation of the Design By Contract methodology support in Python.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
