File: control

package info (click to toggle)
setuptools-scm 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: python: 2,305; sh: 22; makefile: 9
file content (32 lines) | stat: -rw-r--r-- 1,143 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
Source: setuptools-scm
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/pypa/setuptools_scm
Build-Depends: debhelper-compat (= 13),
               dh-python,
               git,
               mercurial,
               python3-all,
               python3-py,
               python3-pytest,
               python3-setuptools (>=12.2),
               subversion
Vcs-Git: https://salsa.debian.org/python-team/packages/setuptools-scm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.