File: control

package info (click to toggle)
flask-flatpages 0.6-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 244 kB
  • ctags: 82
  • sloc: python: 352; makefile: 152
file content (59 lines) | stat: -rw-r--r-- 1,963 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
53
54
55
56
57
58
59
Source: flask-flatpages
Maintainer: Orestis Ioannou <orestis@oioannou.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-setuptools,
               python3-setuptools,
               python-yaml (>=3.10),
               python3-yaml (>=3.10),
               python-markdown (>=2.3.1),
               python3-markdown (>=2.3.1),
               python-all,
               python3-all, 
               python-flask (>= 0.8),
               python3-flask (>= 0.8),
               python-sphinx
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python-Version3: >= 3.3
Homepage: http://flask-flatpages.readthedocs.org/en/latest/

Package: python-flask-flatpages
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, 
         ${python:Depends},
         python-flask (>= 0.8), 
         python-yaml (>=3.10),
         python-markdown (>=2.3.1)
Description: Provides flat static pages to a Python 2 Flask application
 Flask-FlatPages provides flat static pages to a Flask application, 
 based on text files as opposed to a relational database.
 .
 This is a Python 2 package

Package: python3-flask-flatpages
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, 
         ${python3:Depends},
         python3-flask (>= 0.8), 
         python3-yaml (>=3.10),
         python3-markdown (>=2.3.1),
Description: Provides flat static pages to a Python 3 Flask application
 Flask-FlatPages provides flat static pages to a Flask application, 
 based on text files as opposed to a relational database.
 .
 This is a Python 3 package

Package: python-flask-flatpages-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}  
Description: Provides flat static pages to a Flask application (doc)
 Flask-FlatPages provides flat static pages to a Flask application, 
 based on text files as opposed to a relational database.
 .
 This is the documentation package