19 lines
577 B
Bash
19 lines
577 B
Bash
# Template file for 'python3-mediafile'
|
|
pkgname=python3-mediafile
|
|
version=0.9.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=93ccef3fbb7d4554a0e7689d41236cd5686a2f2f17493098622b8344cf83df9a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|