python3-mediafile: update to 0.13.0.

This commit is contained in:
Duncaen 2024-12-21 18:13:48 +01:00
parent 13f9ad0588
commit ed712b22a7
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,17 +1,17 @@
# Template file for 'python3-mediafile' # Template file for 'python3-mediafile'
pkgname=python3-mediafile pkgname=python3-mediafile
version=0.12.0 version=0.13.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-flit_core" hostmakedepends="python3-flit_core"
depends="python3-mutagen python3-six" depends="python3-mutagen python3-six python3-filetype"
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"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>" 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=d75d805a06ed56150dbcea76505e700f9809abd9e98f98117ae46f5df2ccf1d7 checksum=de71063e1bffe9733d6ccad526ea7dac8a9ce760105827f81ab0cb034c729a6d
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE