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
|
Source: python-django-stubs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jakob Haufe <sur5r@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
Build-Depends-Indep: dh-sequence-python3,
python3-all,
python3-hatchling,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/typeddjango/django-stubs
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-stubs
Vcs-Git: https://salsa.debian.org/python-team/packages/django-stubs.git
Package: python3-django-stubs
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: PEP-484 stubs for Django
Contains type stubs and a custom mypy plugin to provide more precise static
types and type inference for Django framework.
.
Also contains mypy_django_plugin to add support for Django to mypy.
Package: python3-django-stubs-ext
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: Monkey-patching and extensions for django-stubs
Contains extensions and monkey-patching functions for the django-stubs
package.
|