File: control

package info (click to toggle)
flask-flatpages 0.6-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: python: 352; makefile: 152
file content (40 lines) | stat: -rw-r--r-- 1,331 bytes parent folder | download | duplicates (2)
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
Source: flask-flatpages
Maintainer: Orestis Ioannou <orestis@oioannou.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-setuptools,
               python3-yaml (>=3.10),
               python3-markdown (>=2.3.1),
               python3-all, 
               python3-flask (>= 0.8),
               python3-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: 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