File: control

package info (click to toggle)
python-dunamai 1.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: python: 3,535; sh: 7; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
1
2
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-dunamai
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jakub Ružička <jru@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 git,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-pytest,
 ronn,
Standards-Version: 4.7.0
Homepage: https://github.com/mtkennerly/dunamai
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dunamai.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dunamai
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-dunamai
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: dynamic versioning library and CLI
 Dunamai is a Python library and command line tool for producing dynamic,
 standards-compliant version strings, derived from tags in your version control
 system. This facilitates uniquely identifying nightly or per-commit builds in
 continuous integration and releasing new versions of your software simply by
 creating a tag.