File: control

package info (click to toggle)
factory-boy 2.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 992 kB
  • sloc: python: 6,688; makefile: 181; sh: 11
file content (52 lines) | stat: -rw-r--r-- 2,222 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
Source: factory-boy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-all,
               python3-setuptools
Build-Depends-Indep:
                     python3-sqlalchemy,
                     python3-mongoengine,
                     python3-django,
                     python3-mock,
                     python3-wheel,
                     python3-fake-factory,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/factory-boy
Vcs-Git: https://salsa.debian.org/python-team/modules/factory-boy.git
Homepage: https://github.com/FactoryBoy/factory_boy

Package: python3-factory-boy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-factory-boy-doc
Description: test fixtures replacement based on factory_girl for Ruby - Python 3.x
 factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
 factory_girl it has a straightforward definition syntax, support for multiple
 build strategies (saved instances, unsaved instances, attribute dicts, and
 stubbed objects), and support for multiple factories for the same class,
 including factory  inheritance.
 .
 Django support is included, and support for other ORMs can be easily added.
 .
 This package provides the Python 3.x module.

Package: python-factory-boy-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}
Description: test fixtures replacement based on factory_girl for Ruby - doc
 factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
 factory_girl it has a straightforward definition syntax, support for multiple
 build strategies (saved instances, unsaved instances, attribute dicts, and
 stubbed objects), and support for multiple factories for the same class,
 including factory  inheritance.
 .
 Django support is included, and support for other ORMs can be easily added.
 .
 This package provides the documentation.