void-packages/srcpkgs/eyeD3/template
2019-03-08 21:27:15 -03:00

20 lines
632 B
Bash

# Template file for 'eyeD3'
pkgname=eyeD3
version=0.8.10
revision=1
archs=noarch
build_style=python3-module
pycompile_module="eyed3"
hostmakedepends="python3-setuptools"
depends="python3-grako python3-magic python3-pylast python3-setuptools python3-six"
short_desc="Python3 tool for mp3's ID3 tags manipulation"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://eyed3.nicfit.net/"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
checksum=ecd1a3df14c511a2ebaf09b4f04c29e468d65016814767d95daf7f26831562c9
pre_build() {
vsed -i '/pathlib/d' requirements/requirements.yml # ugh
}