Codebase list python-flask-session / 1aa8071
Remove Python 2 module Sophie Brun 4 years ago
2 changed file(s) with 2 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python3-sphinx
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-sphinx
66 Standards-Version: 4.4.1
77 Homepage: https://github.com/fengsp/flask-session
88 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-flask-session
99 Vcs-Git: https://gitlab.com/kalilinux/packages/python-flask-session.git
1010 Testsuite: autopkgtest-pkg-python
11
12 Package: python-flask-session
13 Architecture: all
14 Depends: ${python:Depends}, ${misc:Depends}
15 Suggests: python-flask-session-doc
16 Description: extension for Flask that adds support for Server-side Session (Python 2)
17 This package contains Flask-Session, an extension for Flask that adds support
18 for Server-side Session to the application.
19 .
20 This package installs the library for Python 2.
2111
2212 Package: python3-flask-session
2313 Architecture: all
44 export PYBUILD_NAME=flask-session
55
66 %:
7 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
7 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
88
99 override_dh_auto_build:
1010 dh_auto_build