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
|
Source: python-backports-abc
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dh-python, python, python3
Homepage: https://github.com/cython/backports_abc
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-backports-abc.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-backports-abc.git/
X-Python-Version: >= 2.7
X-Python3-Version: << 3.5
Testsuite: autopkgtest-pkg-python
Package: python-backports-abc
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Backport of the "collections.abc" stdlib module (Python 2)
This is a backport to Python 2 of recent additions to the "collections.abc" in
Python 3.5.
.
This package is (obviously) for Python 2.
Package: python3-backports-abc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Backport of the "collections.abc" stdlib module (Python 3.x)
This is a backport to older Python 3 of recent additions to the
"collections.abc" in Python 3.5.
.
This package is for Python 3.x.
|