18 lines
686 B
Bash
18 lines
686 B
Bash
# Template file for 'python3-mutagen'
|
|
pkgname=python3-mutagen
|
|
version=1.45.1
|
|
revision=1
|
|
wrksrc="mutagen-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools"
|
|
makedepends="$hostmakedepends"
|
|
depends="python3"
|
|
checkdepends="python3-flake8 python3-hypothesis python3-pytest"
|
|
short_desc="Python3 multimedia tagging library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/quodlibet/mutagen"
|
|
changelog="https://raw.githubusercontent.com/quodlibet/mutagen/master/NEWS"
|
|
distfiles="${PYPI_SITE}/m/mutagen/mutagen-${version}.tar.gz"
|
|
checksum=6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1
|