File: control

package info (click to toggle)
python-get-version 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 124 kB
  • sloc: python: 236; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 939 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
Source: python-get-version
Maintainer: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Standards-Version: 4.5.0
Build-Depends: dh-python, python3-all, debhelper-compat (= 12),
 python3-setuptools,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-testpath <!nocheck>,
 python3-pygments <!nocheck>,
Homepage: https://github.com/flying-sheep/get_version
Vcs-Git: https://salsa.debian.org/python-team/packages/python-get-version.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-get-version

Package: python3-get-version
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Version helper in the spirit of versioneer
 Automatically use the latest “vX.X.X” Git tag as version in your
 Python package.
 .
 It also supports getting the version from Python source distributions
 (sdist) or, once your package is installed, via pkg_resources (part
 of setuptools).