File: control

package info (click to toggle)
python-arpy 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: python: 441; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 880 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
25
Source: python-arpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christoph Egger <christoph@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/viraptor/arpy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-arpy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-arpy
Testsuite: autopkgtest-pkg-python

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.