File: control

package info (click to toggle)
python-django-swapper 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: python: 263; sh: 6; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,004 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
Source: python-django-swapper
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-django,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.5.1
Homepage: https://github.com/wq/django-swappable-models/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-swapper
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-swapper.git
Rules-Requires-Root: no

Package: python3-django-swapper
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Django Swappable Models (Python3 version)
 Swapper is an unofficial API for the undocumented but very powerful Django
 feature: swappable models. Swapper facilitates implementing arbitrary swappable
 models in your own reusable apps.
 .
 This package contains the Python 3 version of the library.