summaryrefslogtreecommitdiff
path: root/debian/control
blob: 785f6ffdf3b76ef45e3288c36e6d53855c04125a (plain)
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
Source: python-fswrap
Section: python
Priority: extra
Maintainer: Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 9),
               python-all,
               python-nose,
               python-pkg-resources,
               python-setuptools,
               python3-all,
               python3-nose,
               python3-pkg-resources,
               python3-setuptools
Standards-Version: 4.0.0
Homepage: https://github.com/hyde/fswrap
Vcs-Git: git://git.debian.org/collab-maint/python-fswrap.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-fswrap.git;a=summary

Package: python-fswrap
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: unified object oriented interface to file system objects
 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 2.

Package: python3-fswrap
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
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.