File: control

package info (click to toggle)
python-jaraco.functools 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 410; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 958 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: python-jaraco.functools
Homepage: https://github.com/jaraco/jaraco.functools
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-jaraco.classes <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/jcfp/jaraco.functools.git
Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.functools
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-jaraco.functools
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: additional functools in the spirit of stdlib's functools
 Jaraco.functools provides additional functools in the spirit of stdlib's
 functools, mostly needed as a dependency of other projects by the same
 upstream developer such as the 'tempora' module.