New package: python3-mediafile-0.8.1
This commit is contained in:
parent
ebe90848d1
commit
435b2e839f
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-mediafile/template
Normal file
19
srcpkgs/python3-mediafile/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-mediafile'
|
||||||
|
pkgname=python3-mediafile
|
||||||
|
version=0.8.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="mediafile-${version}"
|
||||||
|
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=878ccc378b77f2d6c175abea135ea25631f28c722e01e1a051924d962ebea165
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue