Source: python-importlib-resources
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools,
 python3-wheel, python-wheel,
 python3-sphinx,
 python3-pytest, python-pytest,
 python-typing, python-pathlib2,
 python3-typing | python3 (>= 3.5),
 lsb-release,
Standards-Version: 3.9.8
Homepage: https://importlib-resources.readthedocs.io
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-importlib-resources
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-importlib-resources-doc
Description: Backport of Python 3.7's stdlib importlib.resources (Python 2)
 Backport of Python 3.7’s standard library importlib.resources module for
 Python 2.7, and 3.4 through 3.6. Users of Python 3.7 and beyond should use
 the standard library module, since for these versions,
 importlib_resources just delegates to that module.
 .
 This package installs the library for Python 2.

Package: python3-importlib-resources
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-typing | python3 (>= 3.5)
Suggests: python-importlib-resources-doc
Description: Backport of Python 3.7's stdlib importlib.resources (Python 3)
 Backport of Python 3.7’s standard library importlib.resources module for
 Python 2.7, and 3.4 through 3.6. Users of Python 3.7 and beyond should use
 the standard library module, since for these versions,
 importlib_resources just delegates to that module.
 .
 This package installs the library for Python 3.

Package: python-importlib-resources-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Backport of Python 3.7's stdlib importlib.resources (common documentation)
 Backport of Python 3.7’s standard library importlib.resources module for
 Python 2.7, and 3.4 through 3.6. Users of Python 3.7 and beyond should use
 the standard library module, since for these versions,
 importlib_resources just delegates to that module.
 .
 This is the common documentation package.
