# Contributor: Leonardo Arena # Maintainer: pkgname=py3-graphviz pkgver=0.11 pkgrel=0 pkgdesc="Simple interface for Graphviz" url="https://github.com/xflr6/graphviz" arch="noarch" license="MIT" replaces="py-graphviz" # for backwards compatibility provides="py-graphviz=$pkgver-r$pkgrel" # for backwards compatibility depends="graphviz python3" makedepends="py3-setuptools" checkdepends="pytest py3-pytest-cov py3-mock py3-pytest-mock" source="$pkgname-$pkgver.tar.gz::https://github.com/xflr6/graphviz/archive/$pkgver.tar.gz" builddir="$srcdir"/graphviz-$pkgver build() { python3 setup.py --quiet build } check() { PYTHONPATH=. python3 run-tests.py } package() { python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" } sha512sums="84f08b0e143071d23ba34fa7e4104f91135b01b99e04ac1737b5c2699fe10ba36aa1612ce9647826ea9ebfcb4ab566c59b6eba6ae9722d5207b714067eb4d0ea py3-graphviz-0.11.tar.gz"