File: control

package info (click to toggle)
jaraco.context 6.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 201; sh: 9; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 829 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
Source: jaraco.context
Homepage: https://github.com/jaraco/jaraco.context
Section: python
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-portend <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/jcfp/jaraco.context.git
Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.context
Testsuite: autopkgtest-pkg-python

Package: python3-jaraco.context
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: jaraco contextlib extensions
 Various context managers extending functionality of Python's
 contextlib, mostly needed as a dependency of other projects
 involving the same upstream developer.