eyeD3: rebuild for Python 3.10, update to 0.9.6.
This commit is contained in:
parent
e3e8424146
commit
bc99f40f79
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'eyeD3'
|
||||
pkgname=eyeD3
|
||||
version=0.9.5
|
||||
revision=2
|
||||
version=0.9.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-grako python3-pylast python3-setuptools python3-deprecation
|
||||
python3-filetype"
|
||||
depends="python3-pylast python3-setuptools python3-deprecation python3-filetype"
|
||||
short_desc="Python3 tool for mp3's ID3 tags manipulation"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://eyed3.readthedocs.io/en/latest/"
|
||||
changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
|
||||
distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
|
||||
checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3
|
||||
checksum=7120ebc014cf3004984be39a08ff7ac0377c212d578cafb77be982e835ebfd5c
|
||||
|
|
Loading…
Reference in a new issue