void-packages/srcpkgs/python3-mediafile/template

19 lines
577 B
Bash

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