python3-mediafile: update to 0.12.0.

This commit is contained in:
Joel Beckmeyer 2024-05-30 11:54:04 -04:00 committed by cinerea0
parent 239181f7fd
commit 236630e79c

View file

@ -1,9 +1,9 @@
# Template file for 'python3-mediafile' # Template file for 'python3-mediafile'
pkgname=python3-mediafile pkgname=python3-mediafile
version=0.9.0 version=0.12.0
revision=3 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-flit_core"
depends="python3-mutagen python3-six" depends="python3-mutagen python3-six"
checkdepends="${depends} python3-pytest" checkdepends="${depends} python3-pytest"
short_desc="Read and write audio files' tags in Python" short_desc="Read and write audio files' tags in Python"
@ -11,7 +11,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT" license="MIT"
homepage="https://github.com/beetbox/mediafile" homepage="https://github.com/beetbox/mediafile"
distfiles="${PYPI_SITE}/m/mediafile/mediafile-${version}.tar.gz" distfiles="${PYPI_SITE}/m/mediafile/mediafile-${version}.tar.gz"
checksum=93ccef3fbb7d4554a0e7689d41236cd5686a2f2f17493098622b8344cf83df9a checksum=d75d805a06ed56150dbcea76505e700f9809abd9e98f98117ae46f5df2ccf1d7
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE