Source: setuptools-scm
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               git,
               mercurial,
               python3-all,
               python3-py,
               python3-pytest,
               python3-setuptools (>=12.2),
               subversion
Standards-Version: 4.6.1
Vcs-Git: https://gitee.com/openkylin/setuptools-scm.git
Vcs-Browser: https://gitee.com/openkylin/setuptools-scm
Homepage: https://github.com/pypa/setuptools_scm
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-setuptools-scm
Architecture: all
Depends: python3-distutils,
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends}
Description: blessed package to manage your versions by scm tags for Python 3
 setuptools_scm handles managing your Python package versions in scm metadata.
 It also handles file finders for the suppertes scm's.
 .
 This package installs the library for Python 3.
