blob: 1da1618ce6235a497ccea66d26aef896fb04b859 (
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
|
pkgbase = python-ink-extensions-git
pkgdesc = Python dependencies for running Inkscape extensions outside of Inkscape
pkgver = 2.2.0.r0.gf322527
pkgrel = 2
url = https://github.com/evil-mad/ink_extensions
arch = any
license = GPL-2.0-only
checkdepends = python-mock
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-lxml
provides = python-ink-extensions=2.2.0.r0.gf322527
conflicts = python-ink-extensions
options = !debug
options = !strip
source = ink_extensions::git+https://github.com/evil-mad/ink_extensions.git
sha512sums = SKIP
pkgname = python-ink-extensions-git
|