blob: 8801e051de9099b6ed3b84b094b2bf2389611278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-blackrenderer
pkgdesc = a Python-based renderer for OpenType COLR fonts, with multiple backends
pkgver = 0.6.0
pkgrel = 3
url = https://github.com/BlackFoundryCom/black-renderer
arch = any
license = Apache
checkdepends = python-cairo
checkdepends = python-numpy
checkdepends = python-skia
checkdepends = python-pillow
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
depends = python-fonttools
depends = python-uharfbuzz
optdepends = python-cairo: cairo backend
optdepends = python-numpy: skia backend
optdepends = python-skia: skia backend
source = https://files.pythonhosted.org/packages/source/b/blackrenderer/blackrenderer-0.6.0.tar.gz
sha256sums = 639e30d2ddd080e90780e45130ac202c5f4f5180db5d6c48f61a222d58560952
pkgname = python-blackrenderer
|