mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
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).
19 lines
609 B
Bash
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
|
|
}
|