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
|
Source: dirspec
Section: python
Priority: extra
Build-Depends:
debhelper (>= 7.0.50),
pep8,
pyflakes,
python,
python-all (>= 2.6.6-3),
python-setuptools,
python-testtools,
python3-all,
python3-setuptools,
python3-testtools
Maintainer: Micah Anderson <micah@debian.org>
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Package: python-dirspec
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: Python User Folders Specification Library
A library for handling the XDG Base Directory specification, and the
XDG User Directories for music, videos, etc…
.
This package contains the Python 2.x version of the library.
Package: python3-dirspec
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Python User Folders Specification Library
A library for handling the XDG Base Directory specification, and the
XDG User Directories for music, videos, etc…
.
This package contains the Python 3.x version of the library.
|