File: control

package info (click to toggle)
python-fswrap 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 192 kB
  • sloc: python: 786; xml: 4; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 957 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
Source: python-fswrap
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-nose,
               python3-pkg-resources,
               python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/hyde/fswrap
Vcs-Git: https://salsa.debian.org/debian/python-fswrap.git
Vcs-Browser: https://salsa.debian.org/debian/python-fswrap
Testsuite: autopkgtest-pkg-python

Package: python3-fswrap
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
Description: unified object oriented interface to file system objects (Python 3)
 File system operations in Python are distributed across modules: os,
 os.path, fnmatch, shutil and distutils. This module attempts to make the
 right choices for common operations to provide a single interface.
 .
 This package is for Python 3.