eyeD3: fix pycompile_module
This commit is contained in:
parent
e2b12dcd66
commit
ef62329148
|
@ -2,17 +2,17 @@
|
|||
pkgname=eyeD3
|
||||
version=0.8.5
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-grako python3-magic python3-setuptools python3-six"
|
||||
pycompile_module="eyeD3"
|
||||
pycompile_module="eyed3"
|
||||
short_desc="Python3 tool for mp3's ID3 tags manipulation"
|
||||
homepage="http://eyed3.nicfit.net/"
|
||||
license="GPL-3.0-or-later"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=f2bdaf1c7351b0d8fd8226a045360dfd493cd61065f910b411d96de8860eb90a
|
||||
noarch=yes
|
||||
|
||||
pre_build() {
|
||||
sed -i '/pathlib/d' requirements/requirements.yml # ugh
|
||||
|
|
Loading…
Reference in New Issue