File: control

package info (click to toggle)
python-scandir 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: ansic: 1,596; python: 1,137; makefile: 4; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download
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-scandir
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Uploaders: Julien Puydt <jpuydt@debian.org>
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 11), dh-python, python-dev, python-setuptools, pypy, pypy-setuptools
Homepage: https://github.com/benhoyt/scandir
Vcs-Git: https://salsa.debian.org/python-team/modules/python-scandir.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-scandir
Testsuite: autopkgtest-pkg-python

Package: python-scandir
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Backport of the "scandir" stdlib module (Python 2)
 Better directory iterator and faster os.walk(), as found in Python 3:
 instead of returning a list of bare filenames, it yields DirEntry objects
 that include much more information.
 .
 This package is (obviously) for Python 2.

Package: pypy-scandir
Architecture: any
Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends}
Description: Backport of the "scandir" stdlib module (PyPy)
 Better directory iterator and faster os.walk(), as found in Python 3:
 instead of returning a list of bare filenames, it yields DirEntry objects
 that include much more information.
 .
 This package is (obviously) for PyPy.