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
|
Source: python-linecache2
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr,
python-setuptools,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep: python-fixtures,
python-unittest2,
python3-fixtures,
python3-unittest2,
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-linecache2?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-linecache2 -b debian/newton
Homepage: https://github.com/testing-cabal/linecache2
Package: python-linecache2
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Description: backports of the linecache module - Python 2.7
A backport of linecache to older supported Pythons. Typically, the user of
this module would do "import linecache2 as linecache" and use the linecache
module normally.
.
This package contains the Python 2.7 module.
Package: python3-linecache2
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: backports of the linecache module - Python 3.x
A backport of linecache to older supported Pythons. Typically, the user of
this module would do "import linecache2 as linecache" and use the linecache
module normally.
.
This package contains the Python 3.x module.
|