mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python3-Pillow-7.2.0
This commit is contained in:
parent
a03670fb18
commit
77187176dd
2 changed files with 22 additions and 0 deletions
21
srcpkgs/python3-Pillow/template
Normal file
21
srcpkgs/python3-Pillow/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-Pillow'
|
||||||
|
pkgname=python3-Pillow
|
||||||
|
version=7.2.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="Pillow-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
||||||
|
tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Python Imaging Library (PIL) for for Python3"
|
||||||
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
license="custom:PIL"
|
||||||
|
homepage="https://python-pillow.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst"
|
||||||
|
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
||||||
|
checksum=97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
1
srcpkgs/python3-Pillow/update
Normal file
1
srcpkgs/python3-Pillow/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc[0-9]*"
|
Loading…
Add table
Reference in a new issue