File: control

package info (click to toggle)
cov-core 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • ctags: 54
  • sloc: python: 245; sh: 7; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,237 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
33
Source: cov-core
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: https://github.com/schlamar/cov-core
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/cov-core.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/cov-core.git

Package: python-cov-core
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-nose2
Description: plugin core for use by pytest-cov, nose-cov and nose2-cov
 This is a lib package for use by pytest-cov, nose-cov and nose2-cov.
 .
 This is the Python 2 compatible package.

Package: python3-cov-core
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-nose2
Description: plugin core for use by pytest-cov, nose-cov and nose2-cov
 This is a lib package for use by pytest-cov, nose-cov and nose2-cov.
 .
 This is the Python 3 compatible package.