void-packages/srcpkgs/eyeD3/template
2019-01-13 05:50:21 -02:00

20 lines
628 B
Bash

# Template file for 'eyeD3'
pkgname=eyeD3
version=0.8.9
revision=1
noarch=yes
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=b6bb626566f2949da409d7a871576271e2d6254dfb3d416b21713dabc4b6b00f
pre_build() {
sed -i '/pathlib/d' requirements/requirements.yml # ugh
}