summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMichaël Defferrard2018-10-09 17:08:41 +0200
committerMichaël Defferrard2018-10-09 17:08:41 +0200
commit72d8a5d37f1d777f13a8b00f91ae3a8ede5a68e4 (patch)
treea6bbefd0afb4849d4c7ca39b77a2465273848910 /.SRCINFO
downloadaur-python-pygsp.tar.gz
PyGSP v0.5.1 (first release to Arch)
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6ef8d901e488
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = python-pygsp
+ pkgdesc = Graph Signal Processing in Python
+ pkgver = 0.5.1
+ pkgrel = 1
+ url = https://github.com/epfl-lts2/pygsp
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ optdepends = python-matplotlib: plot graphs, signals, and filters
+ optdepends = python-pyqtgraph: interactive graph visualization
+ optdepends = python-opengl: interactive graph visualization in 3d
+ optdepends = python-scikit-image: construct patch graphs from images
+ source = https://files.pythonhosted.org/packages/source/p/pygsp/PyGSP-0.5.1.tar.gz
+ sha256sums = 4874ad88793d622d4f578b40c6617a99b1f02bc6c6c4077f0e48cd71c7275800
+
+pkgname = python-pygsp
+ depends = python-numpy
+ depends = python-scipy
+