mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-mediafile: update to 0.13.0.
This commit is contained in:
parent
13f9ad0588
commit
ed712b22a7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue