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
|
Source: python-django-crum
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-django,
python3-djangorestframework,
python3-pytest,
python3-pytest-django,
python3-setuptools,
python3-sphinx-rtd-theme,
sphinx,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-crum
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-crum.git
Homepage: https://github.com/ninemoreminutes/django-crum
Package: python3-django-crum
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-django-crum-doc
Description: Current request user capture middleware for Django
This Python library enables apps to check permissions, capture
audit trails or access the current request and user without
requiring the request object to be passed directly.
.
Django is a high-level Python web development framework.
Package: python3-django-crum-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Current request user capture middleware for Django (doc)
This Python library enables apps to check permissions, capture
audit trails or access the current request and user without
requiring the request object to be passed directly.
.
Django is a high-level Python web development framework.
.
This package contains the documentation in HTML format.
|