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
|
Source: python-arpy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christoph Egger <christoph@debian.org>
Build-Depends: debhelper (>= 8~),
python-all,
python3-all,
python3 (>= 3.3.0-2),
python-setuptools,
python3-setuptools
Standards-Version: 3.9.4
Homepage: https://github.com/viraptor/arpy
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-arpy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-arpy.git
Package: python-arpy
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Description: library for accessing "ar" archives
arpy is a library for accessing the archive files and reading the
contents. It supports extended long filenames in both GNU and BSD
format. Right now it does not support the symbol tables, but can
ignore them gracefully.
Package: python3-arpy
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: library for accessing "ar" archives
arpy is a library for accessing the archive files and reading the
contents. It supports extended long filenames in both GNU and BSD
format. Right now it does not support the symbol tables, but can
ignore them gracefully.
|