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
|
Source: tagpy
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Modules Packaging Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all-dev,
libtag1-dev (>= 1.8),
libboost-python-dev,
pkg-config,
python3-pkg-resources,
python3-setuptools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/tagpy
Vcs-Git: https://salsa.debian.org/python-team/modules/tagpy.git
Homepage: http://mathema.tician.de/software/tagpy
Testsuite: autopkgtest-pkg-python
Package: python3-tagpy
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: Python 3 module for manipulating tags in music files
Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags
from MP3 files, Xiph Comments from Ogg Vorbis and FLAC files, and APE
tags from MusePack files.
|