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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: isort
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends:
debhelper (>= 11),
dh-python,
python-all,
python-concurrent.futures,
python-mock,
python-pytest,
python-setuptools,
python3-all,
python3-mock,
python3-pytest,
python3-setuptools,
X-Python3-Version: >= 3.0
Standards-Version: 4.1.3
Homepage: https://github.com/timothycrosley/isort
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/isort/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/isort/trunk/
Rules-Requires-Root: no
Package: isort
Architecture: all
Section: utils
Depends: python3-isort, python3-pkg-resources,
${misc:Depends}, ${python3:Depends}
Description: utility for sorting Python imports
isort is a Python utility / library to sort imports alphabetically, and
automatically separated into sections. It provides a command line
utility, Python library and plugins for various editors to quickly sort
all your imports.
.
This package contains the isort utility.
Package: python-isort
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: library for sorting Python imports (Python 2)
isort is a Python utility / library to sort imports alphabetically, and
automatically separated into sections. It provides a command line
utility, Python library and plugins for various editors to quickly sort
all your imports.
.
This package contains the isort library for Python 2.
Package: python3-isort
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: library for sorting Python imports (Python 3)
isort is a Python utility / library to sort imports alphabetically, and
automatically separated into sections. It provides a command line
utility, Python library and plugins for various editors to quickly sort
all your imports.
.
This package contains the isort library for Python 3.
|