blob: 4c3c21572309d3124c799266ecd4f0884203930a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-svgelements
pkgdesc = Svg Elements Parsing
pkgver = 1.8.1
pkgrel = 1
url = https://github.com/meerk40t/svgelements
arch = any
license = MIT
checkdepends = python-scipy
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
optdepends = python-numpy: enable npoint() to do lightning fast linearization for Shapes
optdepends = python-pillow: load images with PIL/Pillow
optdepends = python-scipy: quickly provide the exact correct answer for the arc length
source = https://files.pythonhosted.org/packages/source/s/svgelements/svgelements-1.8.1.tar.gz
sha256sums = e5b92e9b012ae2a68955f5601bac2edc9c2184bc9da947c648e17ddf00094d37
pkgname = python-svgelements
|