aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-11-04 23:29:16 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-05 07:07:30 +0000
commit1964690b93f83ee4a6edf1f52614739e368ae85c (patch)
tree1c20e665ffe5ed80954f3221b6a2de8b76123cb5 /testing
parent13c3bd9af524ae7d487daeaca0c9aca34cfdaf2a (diff)
downloadaports-1964690b93f83ee4a6edf1f52614739e368ae85c.tar.bz2
aports-1964690b93f83ee4a6edf1f52614739e368ae85c.tar.xz
testing/py-graphviz: upgrade to 0.10.1 and fix check()
Diffstat (limited to 'testing')
-rw-r--r--testing/py-graphviz/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/py-graphviz/APKBUILD b/testing/py-graphviz/APKBUILD
index af7f03505a..a0230363b1 100644
--- a/testing/py-graphviz/APKBUILD
+++ b/testing/py-graphviz/APKBUILD
@@ -1,17 +1,16 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer:
pkgname=py-graphviz
-pkgver=0.8.1
+pkgver=0.10.1
pkgrel=0
pkgdesc="Simple interface for Graphviz"
url="https://github.com/xflr6/graphviz"
arch="noarch"
license="MIT"
-depends=""
+depends="graphviz"
makedepends="python2-dev python3-dev py-setuptools"
-checkdepends="pytest"
+checkdepends="pytest pytest-cov py-mock pytest-mock"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
-options="!check" #FIXME fails
source="$pkgname-$pkgver.tar.gz::https://github.com/xflr6/graphviz/archive/$pkgver.tar.gz"
builddir="$srcdir"/graphviz-$pkgver
@@ -53,4 +52,4 @@ _py() {
$python setup.py --quiet install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="adfdf7d1546449114673e605f6f1ad90900b94c73d7a6dab0890cbc51dd9918d53f5d0d413d4446ec618eeb90e8ad2833de329dda3ec154909970e84a7243656 py-graphviz-0.8.1.tar.gz"
+sha512sums="bbc41d22c0d20a1e93e7adf89a32e60e227b77892478c81b9df1d25ecbb5c00a92911604c8959184aa3b0e02cf33446610ae6d05840bced0e528658c9edb2cb0 py-graphviz-0.10.1.tar.gz"