Codebase list flask-restless / 17e1969
Remove Python 2 module Sophie Brun 4 years ago
2 changed file(s) with 1 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
44 Uploaders: Sophie Brun <[email protected]>
55 Build-Depends: debhelper-compat (= 12),
66 dh-python,
7 python-all,
8 python-dateutil,
9 python-flask,
10 python-flask-sqlalchemy,
11 python-mimerender,
12 python-nose,
13 python-setuptools,
14 python-sphinx,
15 python-sphinxcontrib.httpdomain,
16 python-sphinxcontrib.issuetracker,
17 python-sqlalchemy,
187 python3-all,
198 python3-dateutil,
209 python3-flask,
2817 Vcs-Browser: https://gitlab.com/kalilinux/packages/flask-restless
2918 Vcs-Git: https://gitlab.com/kalilinux/packages/flask-restless.git
3019 Testsuite: autopkgtest-pkg-python
31
32 Package: python-flask-restless
33 Architecture: all
34 Depends: ${misc:Depends}, ${python:Depends}
35 Suggests: python-flask-restless-doc
36 Description: Flask extension to create ReSTful JSON APIs from SQLAlchemy models (Python 2)
37 This package contains a Flask extension that creates URL endpoints that
38 satisfy the requirements of the JSON API specification. It is compatible with
39 models that have been defined using either SQLAlchemy or Flask-SQLAlchemy.
40 .
41 This package installs the library for Python 2.
4220
4321 Package: python3-flask-restless
4422 Architecture: all
44 export PYBUILD_NAME=flask-restless
55
66 %:
7 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
7 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
88
99
1010 override_dh_auto_build: