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 40 41 42
|
Source: python-internetarchive
Section: python
Priority: optional
Maintainer: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-clint,
python3-docopt,
python3-jsonpatch,
python3-mock,
python3-pytest,
python3-responses,
python3-requests,
python3-schema,
python3-setuptools,
python3-six (<< 2.0.0),
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-internetarchive.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-internetarchive
Homepage: https://github.com/jjjake/internetarchive
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-internetarchive
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python interface to archive.org
Python library for searching, downloading and uploading content to
the Internet Archive.
Package: internetarchive
Section: utils
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-internetarchive
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: commandline interface to archive.org
Command-line tool (`ia`) for searching, downloading and uploading
content to the Internet Archive.
|