File: control

package info (click to toggle)
python-xattr 0.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 158
  • sloc: ansic: 835; python: 575; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 974 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
Source: python-xattr
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico.ceratto@gmail.com>
Build-Depends: debhelper (>= 9~)
 , python-all-dev (>= 2.6.6-3~)
 , python-setuptools (>= 0.6.14-4)
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: http://www.undefined.org/python/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-xattr.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-xattr.git;a=summary

Package: python-xattr
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources
Conflicts: python-pyxattr
Provides: ${python:Provides}
 , python-pyxattr
Description: module for manipulating filesystem extended attributes
 This module allows manipulation of the filesystem extended attributes present
 in some operating systems (GNU/Linux included). It is compatible to
 python-pyxattr but also provides a dictionary like interfaces for manipulating
 these attributes.