eyeD3: update to 0.8.7. (#932)
This commit is contained in:
parent
a04dc905e4
commit
2deae73ade
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'eyeD3'
|
# Template file for 'eyeD3'
|
||||||
pkgname=eyeD3
|
pkgname=eyeD3
|
||||||
version=0.8.5
|
version=0.8.7
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-grako python3-magic python3-setuptools python3-six"
|
depends="python3-grako python3-magic python3-pylast python3-setuptools python3-six"
|
||||||
pycompile_module="eyed3"
|
pycompile_module="eyed3"
|
||||||
short_desc="Python3 tool for mp3's ID3 tags manipulation"
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="http://eyed3.nicfit.net/"
|
||||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f2bdaf1c7351b0d8fd8226a045360dfd493cd61065f910b411d96de8860eb90a
|
checksum=ef924eb2e8fffd7c7e3bd4c94dafad4a3b9047fe2dcb76d5dd7d9c37a1f1f8bb
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/pathlib/d' requirements/requirements.yml # ugh
|
sed -i '/pathlib/d' requirements/requirements.yml # ugh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue