diff options
-rw-r--r-- | testing/py3-graphviz/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-graphviz/APKBUILD b/testing/py3-graphviz/APKBUILD index 1514010370..0c9e801f7a 100644 --- a/testing/py3-graphviz/APKBUILD +++ b/testing/py3-graphviz/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: pkgname=py3-graphviz -pkgver=0.10.1 -pkgrel=2 +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" +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" @@ -27,4 +27,4 @@ package() { python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" } -sha512sums="bbc41d22c0d20a1e93e7adf89a32e60e227b77892478c81b9df1d25ecbb5c00a92911604c8959184aa3b0e02cf33446610ae6d05840bced0e528658c9edb2cb0 py3-graphviz-0.10.1.tar.gz" +sha512sums="84f08b0e143071d23ba34fa7e4104f91135b01b99e04ac1737b5c2699fe10ba36aa1612ce9647826ea9ebfcb4ab566c59b6eba6ae9722d5207b714067eb4d0ea py3-graphviz-0.11.tar.gz" |