1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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: 4.0.0
Build-Depends: debhelper (>= 9), dh-python, python
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
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.
|