File: control

package info (click to toggle)
flask-migrate 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 155
  • sloc: python: 698; makefile: 11
file content (52 lines) | stat: -rw-r--r-- 1,603 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
49
50
51
52
Source: flask-migrate
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Thomas Bechtold <toabctl@debian.org>,
Build-Depends:
 alembic,
 debhelper (>= 9),
 dh-python,
 python-alembic,
 python-all (>= 2.6.6-3),
 python-flask-script,
 python-flask-sqlalchemy,
 python-setuptools,
 python3-alembic,
 python3-all,
 python3-flask-script,
 python3-flask-sqlalchemy,
 python3-setuptools,
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.7
Homepage: https://pypi.python.org/pypi/Flask-Migrate
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-migrate.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-migrate.git

Package: python-flask-migrate
Architecture: all
Depends:
 alembic (>= 0.6),
 ${misc:Depends},
 ${python:Depends},
Description: SQLAlchemy database migrations for Flask applications using Alembic
 Flask-Migrate is an extension that handles SQLAlchemy database migrations for
 Flask applications using Alembic. The database operations are provided as
 command line arguments for Flask-Script.
 .
 This is the Python 2 package

Package: python3-flask-migrate
Architecture: all
Depends:
 alembic (>= 0.6),
 ${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 for Flask-Script.
 .
 This is the Python 3 package