aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-graphviz/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-19 10:50:28 +0300
committerprspkt <prspkt@protonmail.com>2019-06-19 10:50:28 +0300
commit372d862735a77b6a8cdd952fac80d3270b75a357 (patch)
tree08950d1f135328bcfd65b8e59b4f7502c3aed14a /testing/py3-graphviz/APKBUILD
parent097fd5548431611092f95fecd0f30d2a581deabd (diff)
testing/py3-graphviz: upgrade to 0.11
Diffstat (limited to 'testing/py3-graphviz/APKBUILD')
-rw-r--r--testing/py3-graphviz/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-graphviz/APKBUILD b/testing/py3-graphviz/APKBUILD
index 15140103705..0c9e801f7ad 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"