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
|
Source: python-model-bakery
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-django (>= 3:4.2),
python3-hatchling,
python3-myst-parser <!nodoc>,
python3-pytest (>= 7.1.2) <!nocheck>,
python3-pytest-django (>= 4.5.2) <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://github.com/model-bakers/model_bakery
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-model-bakery
Vcs-Git: https://salsa.debian.org/python-team/packages/python-model-bakery.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-model-bakery
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-model-bakery-doc
Description: smart object creation facility for Django (Python 3 version)
Model-Bakery is the replacement for model-mommy and offers you a smart way
to create fixtures for testing in Django. With a simple and powerful API
you can create many objects with a single line of code.
.
This package installs the library for Python 3.
Package: python-model-bakery-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: smart object creation facility for Django (common documentation)
Model-Bakery is the replacement for model-mommy and offers you a smart way
to create fixtures for testing in Django. With a simple and powerful API
you can create many objects with a single line of code.
.
This is the common documentation package.
|