File: control

package info (click to toggle)
flask-multistatic 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 22
  • sloc: python: 73; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,324 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
Source: flask-multistatic
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
Build-Depends: debhelper (>=9),
	       dh-python,
	       python-all (>= 2.6.6-3~),
	       python-setuptools,
	       python3-all,
	       python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pagure.io/flask-multistatic
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-multistatic.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-multistatic.git

Package: python-flaskext.multistatic
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Simple Flask plugin for overriding static files (Python 2)
 A simple flask plugin allowing to override static files, making
 theming flask applications really easy.
 .
 This package installs the library for Python 2.

Package: python3-flaskext.multistatic
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Simple flask plugin for overriding static files (Python 3)
 A simple flask plugin allowing to override static files, making
 theming flask applications really easy.
 .
 This package installs the library for Python 3.