Source: python-vermin
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Kienan Stewart <kienan.stewart@burntworld.ca>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-single-binary,
 dh-sequence-python3,
 help2man,
 python3-all,
 python3-setuptools,
 pybuild-plugin-pyproject,
Standards-Version: 4.7.4
Homepage: https://github.com/netromdk/vermin
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-vermin
Vcs-Git: https://salsa.debian.org/python-team/packages/python-vermin.git

Package: python3-vermin
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: minimum required Python version analysis script
 Parses Python code into an AST and checks it against internal rules to
 determine the minimum Python version required to run that code.
 .
 This package installs the library for Python 3.
