Codebase list flask-multistatic / 0220a11
Drop Python 2 support. Ondřej Nový 4 years ago
9 changed file(s) with 4 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
44 * d/control: Remove ancient X-Python3-Version field
55 * Convert git repository from git-dpm to gbp layout
66 * Use debhelper-compat instead of debian/compat.
7 * Drop Python 2 support.
78
89 -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:16:29 +0100
910
44 Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
55 Build-Depends: debhelper-compat (= 9),
66 dh-python,
7 python-all (>= 2.6.6-3~),
8 python-setuptools,
97 python3-all,
108 python3-setuptools
119 Standards-Version: 3.9.8
1210 Homepage: https://pagure.io/flask-multistatic
1311 Vcs-Git: https://salsa.debian.org/python-team/modules/flask-multistatic.git
1412 Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-multistatic
15
16 Package: python-flaskext.multistatic
17 Architecture: all
18 Depends: ${python:Depends}, ${misc:Depends}
19 Description: Simple Flask plugin for overriding static files (Python 2)
20 A simple flask plugin allowing to override static files, making
21 theming flask applications really easy.
22 .
23 This package installs the library for Python 2.
2413
2514 Package: python3-flaskext.multistatic
2615 Architecture: all
+0
-1
debian/python-flaskext.multistatic.docs less more
0 README.rst
+0
-1
debian/python-flaskext.multistatic.examples less more
0 example-httpd.conf
+0
-1
debian/python3-flaskext.multistatic.docs less more
0 python-flaskext.multistatic.docs
+0
-1
debian/python3-flaskext.multistatic.examples less more
0 python-flaskext.multistatic.examples
22 export PYBUILD_NAME = flaskext.multistatic
33
44 %:
5 dh $@ --with python2,python3 --buildsystem=pybuild
5 dh $@ --with python3 --buildsystem=pybuild
66
77 override_dh_installexamples:
88 mv example.conf example-httpd.conf