New package: python3-pymediainfo-5.1.0
This commit is contained in:
parent
ed3d4a2459
commit
017287b0f8
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pymediainfo/template
Normal file
19
srcpkgs/python3-pymediainfo/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-pymediainfo'
|
||||||
|
pkgname=python3-pymediainfo
|
||||||
|
version=5.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="pymediainfo-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
depends="python3-importlib_metadata 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
|
||||||
|
}
|
Loading…
Reference in a new issue