~ubuntu-branches/ubuntu/utopic/python-pytest-cov/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Federico Ceratto
  • Date: 2014-06-08 12:07:00 UTC
  • Revision ID: package-import@ubuntu.com-20140608120700-o8763v563mx1bfia
Tags: 1.6-1
Initial release (Closes: #750917)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-pytest-cov
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Federico Ceratto <federico.ceratto@gmail.com>
 
5
Build-Depends: debhelper (>= 9~)
 
6
Build-Depends-Indep:
 
7
 dh-python,
 
8
 python-all (>= 2.6.6-3~),
 
9
 python-coverage,
 
10
 python-setuptools,
 
11
 python3-all,
 
12
 python3-coverage,
 
13
 python3-setuptools,
 
14
Standards-Version: 3.9.5
 
15
Homepage: https://github.com/schlamar/pytest-cov
 
16
Vcs-Git: git://anonscm.debian.org/collab-maint/python-pytest-cov.git
 
17
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pytest-cov.git;a=summary
 
18
 
 
19
X-Python-Version: >= 2.7
 
20
X-Python3-Version: >= 3.2
 
21
Package: python-pytest-cov
 
22
Architecture: all
 
23
Depends: ${misc:Depends}, ${python:Depends}
 
24
Provides: ${python:Provides}
 
25
Recommends: ${python:Recommends}
 
26
Description: py.test plugin to produce coverage reports
 
27
 This py.test plugin produces coverage reports. It supports both centralised
 
28
 and distributed testing across multiple hosts. It can run parallel tests on
 
29
 different platforms, architectures, and Python versions.
 
30
 It supports coverage of subprocesses and can produce reports in text, HTML,
 
31
 XML and annotated source code.
 
32
 
 
33
Package: python3-pytest-cov
 
34
Architecture: all
 
35
Depends: ${misc:Depends}, ${python3:Depends}
 
36
Provides: ${python3:Provides}
 
37
Recommends: ${python3:Recommends}
 
38
Description: py.test plugin to produce coverage reports for Python3
 
39
 This py.test plugin produces coverage reports. It supports both centralised
 
40
 and distributed testing across multiple hosts. It can run parallel tests on
 
41
 different platforms, architectures, and Python versions.
 
42
 It supports coverage of subprocesses and can produce reports in text, HTML,
 
43
 XML and annotated source code.