# Template file for 'puddletag'
pkgname=puddletag
version=2.5.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3 python3-configobj python3-mutagen python3-parsing
 python3-PyQt5 python3-PyQt5-svg python3-audioread python3-certifi
 python3-charset-normalizer python3-idna python3-Levenshtein python3-lxml
 python3-pyacoustid python3-sip-PyQt5 python3-rapidfuzz python3-requests
 python3-urllib3 python3-six python3-Unidecode"
short_desc="Powerful, simple, spreadsheet-like audio tag editor"
maintainer="JkktBkkt <apkabikov+void@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/puddletag/puddletag"
distfiles="https://github.com/puddletag/puddletag/archive/${version}.tar.gz"
checksum=aa04bd796a78ca726c91c28ade0b64a9d693cac307713728359dfc551d250815

post_patch() {
	vsed -i '/^pyqt.-qt/d' requirements.txt
}
