void-packages/srcpkgs/python3-pymediainfo/template
0x5c fa9095b5ca python3-pymediainfo: remove unused dependency.
python3-importlib_metadata is a backport of new-ish importlib APIs for python
versions under 3.10 (3.8 in some cases). Since Void already has python 3.10,
the backport is completely unused and the package is already using the builtin
importlib.metadata (note the dot in place of the underscore).
2022-07-25 18:35:53 +07:00

19 lines
609 B
Bash

# Template file for 'python3-pymediainfo'
pkgname=python3-pymediainfo
version=5.1.0
revision=2
wrksrc="pymediainfo-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="libmediainfo"
checkdepends="python3-pytest libmediainfo"
short_desc="Python wrapper around the MediaInfo library"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/sbraz/pymediainfo"
distfiles="${PYPI_SITE}/p/pymediainfo/pymediainfo-${version}.tar.gz"
checksum=d996c69d50081a24d6dca9679abf43ffd2be368b065f953c2c9082e5d649c734
post_install() {
vlicense LICENSE
}