File: control

package info (click to toggle)
pyacoustid 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 788; sh: 17; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (2)
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
Source: pyacoustid
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/beetbox/pyacoustid
Vcs-Git: https://salsa.debian.org/morph/pyacoustid.git
Vcs-Browser: https://salsa.debian.org/morph/pyacoustid

Package: python3-acoustid
Architecture: all
Depends: libchromaprint1,
         python3-audioread,
         ${misc:Depends},
         ${python3:Depends},
Description: Acoustid interface implementation and Chromaprint bindings (Python 3)
 Acoustid is a web service offering high quality acoustic fingerprinting
 system using the Chromaprint C library. This package provides Python
 bindings for the library as well as an interface to the web service.
 .
 This package provides the Python 3 module.