mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pillow_heif-0.17.0
This commit is contained in:
parent
b429d42fa7
commit
db173691b3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pillow_heif/template
Normal file
20
srcpkgs/python3-pillow_heif/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-pillow_heif'
|
||||||
|
pkgname=python3-pillow_heif
|
||||||
|
version=0.17.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="libheif-devel python3-devel"
|
||||||
|
depends="python3-Pillow"
|
||||||
|
checkdepends="${depends} python3-defusedxml python3-pytest"
|
||||||
|
short_desc="Python bindings to libheif and plugin for Pillow"
|
||||||
|
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/bigcat88/pillow_heif"
|
||||||
|
changelog="https://raw.githubusercontent.com/bigcat88/pillow_heif/master/CHANGELOG.md"
|
||||||
|
distfiles="${PYPI_SITE}/p/pillow_heif/pillow_heif-${version}.tar.gz"
|
||||||
|
checksum=9541ffd1f80ff3f12da26aba76eb6da458fafa5f8bf4ee16279de0e2a5464ba9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue