Source: zope.deprecation
Section: zope
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: dh-python,
               python3-sphinx,
               python3-all,
               python3-setuptools,
               debhelper-compat (= 12)
Standards-Version: 4.4.0
Homepage: https://pypi.python.org/pypi/zope.deprecation
Vcs-Git: https://salsa.debian.org/python-team/modules/zope.deprecation.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/zope.deprecation

Package: python3-zope.deprecation
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-zope.testing
Description: Zope Deprecation Infrastructure
 This package provides a simple function called 'deprecated(names, reason)' to
 mark deprecated modules, classes, functions, methods and properties.
 .
 This is the Python 3 version.
