Skip to content

Commit bf4b8e4

Browse files
committed
New package: python3-jxlpy-0.9.5
1 parent 123a003 commit bf4b8e4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

srcpkgs/python3-jxlpy/template

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Template file for 'python3-jxlpy'
2+
pkgname=python3-jxlpy
3+
version=0.9.5
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-setuptools python3-wheel"
7+
makedepends="python3-devel python3-Cython libjxl-devel"
8+
depends="python3-Cython"
9+
short_desc="Cython bindings and Pillow plugin for JPEG XL"
10+
maintainer="Hendrik Boll <[email protected]>"
11+
license="MIT"
12+
homepage="https://github.com/olokelo/jxlpy"
13+
distfiles="https://github.com/olokelo/jxlpy/archive/refs/tags/${version}.tar.gz"
14+
checksum=a1884ce5ffc908d856a82b8acfa54ba2ed986533e9d50f00a512e5351bf9e7a3
15+
16+
post_install() {
17+
vlicense LICENSE
18+
}

0 commit comments

Comments
 (0)