void-packages/srcpkgs/eyeD3/template
2018-11-29 21:21:06 -02:00

19 lines
627 B
Bash

# Template file for 'eyeD3'
pkgname=eyeD3
version=0.8.8
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.eu>"
license="GPL-3.0-or-later"
homepage="http://eyed3.nicfit.net/"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
checksum=58d18f4313c906c4f88831138fbaf440fca89dcf5a835caa3f67d4efe7d7f4a4
pre_build() {
sed -i '/pathlib/d' requirements/requirements.yml # ugh
}