| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 
 | Source: python-poetry-dynamic-versioning
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               python3-all,
               pybuild-plugin-pyproject,
               python3-poetry-core,
               python3-dunamai (>= 1.21.0),
               python3-tomlkit,
               python3-jinja2,
               python3-pytest <!nocheck>,
               python3-poetry <!nocheck>,
               git <!nocheck>,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-poetry-dynamic-versioning.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-poetry-dynamic-versioning
Homepage: https://github.com/mtkennerly/poetry-dynamic-versioning
Testsuite: autopkgtest-pkg-pybuild
Package: python3-poetry-dynamic-versioning
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: dynamic versioning Python plugin for Poetry
 This package is a plugin for Poetry to enable dynamic versioning based on tags
 in your version control system, powered by Dunamai.
 .
 Many different version control systems are supported, including Git and
 Mercurial.
 |