summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO24
1 files changed, 24 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8f7477968d01
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = python-psd2svg
+ pkgdesc = Convert PSD file to SVG file
+ pkgver = 0.2.3
+ pkgrel = 1
+ url = https://github.com/kyamagu/psd2svg
+ arch = any
+ license = MIT
+ checkdepends = python-pytest
+ checkdepends = python-tox
+ makedepends = git
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-pytest-runner
+ makedepends = python-wheel
+ depends = python>=3.6
+ depends = python-future
+ depends = python-numpy
+ depends = python-pillow
+ depends = python-psd-tools>=1.8.11
+ depends = python-svgwrite
+ source = git+https://github.com/kyamagu/psd2svg#commit=324b625f8ffdae2ef6374cf85a0982418b3ca399
+ b2sums = SKIP
+
+pkgname = python-psd2svg