File: control

package info (click to toggle)
hatch-vcs 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: python: 489; sh: 6; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 925 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
Source: hatch-vcs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 git <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling (>=1.1),
 python3-pytest <!nocheck>,
 python3-setuptools-scm <!nocheck>
Vcs-Git: https://salsa.debian.org/python-team/packages/hatch-vcs.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/hatch-vcs
Homepage: https://github.com/ofek/hatch-vcs
Standards-Version: 4.7.2
Rules-Requires-Root: no

Package: python3-hatch-vcs
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Hatch plugin for versioning from VCS
 This provides a plugin for Hatch that uses your preferred version control
 system (like Git) to determine project versions.
 .
 It may be required to build a Python module from source.