File: control

package info (click to toggle)
pyjunitxml 0.6-1.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: python: 430; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 1,051 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
Source: pyjunitxml
Section: python
Priority: optional
Maintainer: Robert Collins <robertc@robertcollins.net>
Build-Depends: debhelper (>= 9), 
 python-all (>= 2.6.6-3~),
 python3-all,
 dh-python
Build-Depends-Indep: subunit (>= 0.0.2), python3-subunit
Standards-Version: 4.1.1
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Homepage: https://launchpad.net/pyjunitxml

Package: python-junitxml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: PyUnit extension for reporting in JUnit compatible XML
 junitxml is a Python module for recording test results from a stdlib unittest
 runner in a JUnit compatible XML stream.
 .
 This package contains the junitxml module for Python 2.x.

Package: python3-junitxml
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: PyUnit extension for reporting in JUnit compatible XML
 junitxml is a Python module for recording test results from a stdlib unittest
 runner in a JUnit compatible XML stream.
 .
 This package contains the junitxml module for Python 3.x.