eyeD3: rebuild for Python 3.9, drop noarch
This commit is contained in:
parent
0940a52b5f
commit
35b4b5c96d
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'eyeD3'
|
# Template file for 'eyeD3'
|
||||||
pkgname=eyeD3
|
pkgname=eyeD3
|
||||||
version=0.9.5
|
version=0.9.5
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-grako python3-pylast python3-setuptools python3-deprecation
|
depends="python3-grako python3-pylast python3-setuptools python3-deprecation
|
||||||
|
@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://eyed3.readthedocs.io/en/latest/"
|
homepage="https://eyed3.readthedocs.io/en/latest/"
|
||||||
changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
|
changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
|
||||||
distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
|
||||||
checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
|
checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3
|
||||||
|
|
Loading…
Reference in New Issue