blob: 3ffe348b961c6c978f9e7bc6f181c24a6d94e84f (
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
27
28
29
|
pkgbase = drawbot-skia
pkgdesc = A Python package implementing a subset of the DrawBot API using Skia as a backend
pkgver = 0.5.1
pkgrel = 1
url = https://github.com/justvanrossum/drawbot-skia
arch = any
license = MIT
checkdepends = python-pyffmpeg
checkdepends = python-numpy
checkdepends = python-pillow
checkdepends = python-pytest
checkdepends = python-six
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
depends = python-bidi
depends = python-blackrenderer
depends = python-fonttools
depends = python-skia
depends = python-skia-pathops
depends = python-uharfbuzz
depends = python-unicodedata2
optdepends = python-pyffmpeg: for video features
source = https://files.pythonhosted.org/packages/source/d/drawbot-skia/drawbot-skia-0.5.1.tar.gz
sha256sums = 5a59739466af144552af68dc41bbf2cd66bc216042edb434e7ec738d00f92403
pkgname = drawbot-skia
|