blob: ea9052faaae4468e52a8d9d347cca7edafdf4a99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-memory-graph
pkgdesc = Generate intuitive graphs of your Python data
pkgver = 0.3.55
pkgrel = 1
url = https://github.com/bterwijn/memory_graph
arch = any
license = BSD-2-Clause
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-graphviz
depends = python-numpy
depends = python-pandas
source = https://files.pythonhosted.org/packages/source/m/memory_graph/memory_graph-0.3.55.tar.gz
sha256sums = 137dacc81e429a8019b1d98fe1095b73c9782de59f824540c073b171ca0237b3
pkgname = python-memory-graph
|