Source: zope.deprecation
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-sphinx,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: http://pypi.python.org/pypi/zope.deprecation
Vcs-Git: https://salsa.debian.org/debian/zope.deprecation.git
Vcs-Browser: https://salsa.debian.org/debian/zope.deprecation
XS-Testsuite: autopkgtest

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.
