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
|
Source: python-backports.tempfile
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
python-setuptools-scm,
python-backports.weakref,
python3-all,
python3-setuptools,
python3-setuptools-scm,
python3-backports.weakref
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/science-team/python-backports.tempfile
Vcs-Git: https://salsa.debian.org/science-team/python-backports.tempfile.git
Homepage: https://github.com/pjdelport/backports.tempfile
Package: python-backports.tempfile
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: backports of new features in Python 2 tempfile module
This package provides backports of new features in Python's tempfile module
under the backports namespace.
.
This package provides the Python 2 version of the module.
Package: python3-backports.tempfile
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: backports of new features in Python 3 tempfile module
This package provides backports of new features in Python's tempfile module
under the backports namespace.
.
This package provides the Python 3 version of the module.
|