File: control

package info (click to toggle)
python-mox3 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 573
  • sloc: python: 2,490; makefile: 39
file content (55 lines) | stat: -rw-r--r-- 2,052 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-mox3
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-pbr (>= 1.8),
               python-setuptools,
               python3-all,
               python3-pbr (>= 1.8),
               python3-setuptools,
Build-Depends-Indep: python-fixtures (>= 1.3.1),
                     python-six (>= 1.9.0),
                     python-testtools (>= 1.4.0),
                     python3-fixtures (>= 1.3.1),
                     python3-six (>= 1.9.0),
                     python3-subunit,
                     python3-testtools (>= 1.4.0),
                     subunit,
                     testrepository,
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-mox3.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-mox3.git
Homepage: https://github.com/openstack/mox3

Package: python-mox3
Architecture: all
Depends: python-fixtures (>= 1.3.1),
         python-pbr (>= 1.8),
         ${misc:Depends},
         ${python:Depends}
Recommends: ${python:Recommends}
Description: Mock object framework - Python 2.7
 Mox3 is an unofficial port of the Google mox framework (see
 http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
 with mox as possible, but small enhancements have been made.
 .
 This package provides the Python 2.7 module.

Package: python3-mox3
Architecture: all
Depends: python3-fixtures (>= 1.3.1),
         python3-pbr (>= 1.8),
         ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Description: Mock object framework - Python 3.x
 Mox3 is an unofficial port of the Google mox framework (see
 http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
 with mox as possible, but small enhancements have been made.
 .
 This package provides the Python 3.x module.