File: control

package info (click to toggle)
nose2-cov 1.0a4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 56; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 852 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
Source: nose2-cov
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: https://bitbucket.org/memedough/nose2-cov/overview
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/python-team/modules/nose2-cov.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/nose2-cov
Testsuite: autopkgtest-pkg-python

Package: python3-nose2-cov
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-cov-core
Description: nose2 plugin for coverage reporting
 This plugin produces coverage reports. It also supports coverage of
 subprocesses.
 .
 This is the Python 3 compatible package.