File: control

package info (click to toggle)
flask-migrate 4.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 416 kB
  • sloc: python: 1,197; makefile: 31; sh: 16
file content (48 lines) | stat: -rw-r--r-- 1,578 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
Source: flask-migrate
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ondřej Nový <onovy@debian.org>,
Build-Depends:
 alembic,
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 pybuild-plugin-pyproject,
 python3-alembic <!nocheck>,
 python3-all,
 python3-flask-sqlalchemy <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://github.com/miguelgrinberg/Flask-Migrate
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-migrate.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-migrate
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: flask-migrate-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: SQLAlchemy migrations for Flask using Alembic and Python 3 (Documentation)
 Flask-Migrate is an extension that handles SQLAlchemy database migrations for
 Flask applications using Alembic. The database operations are provided as
 command-line arguments under the flask db command.
 .
 This package contains the documentation for flask-migrate.

Package: python3-flask-migrate
Architecture: all
Depends:
 alembic,
 ${misc:Depends},
 ${python3:Depends},
Description: SQLAlchemy migrations for Flask using Alembic and Python 3
 Flask-Migrate is an extension that handles SQLAlchemy database migrations for
 Flask applications using Alembic. The database operations are provided as
 command-line arguments under the flask db command.