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
|
Source: python-pathtools
Section: python
Priority: optional
Maintainer: gustavo panizzo <gfa@zumbi.com.ar>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python3-all,
dh-python,
python-setuptools,
python3-setuptools,
python-sphinx
Standards-Version: 3.9.6
Homepage: http://github.com/gorakhargosh/pathtools
Package: python-pathtools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Description: Path utilities for Python - Python 2.x
Python API library which provides pattern matching functions
and various utilities for filesystem paths.
.
This is the Python 2 version.
Package: python3-pathtools
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Description: Path utilities for Python - Python 3.x
Python API library which provides pattern matching functions
and various utilities for filesystem paths.
.
This is the Python 3 version.
|