From 5526b231ce8880de086d2daa8c5dbd5be09cc738 Mon Sep 17 00:00:00 2001 From: Russ Webber Date: Sun, 27 Oct 2019 17:03:44 +1100 Subject: testing/py3-pydot: new aport --- testing/py3-pydot/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/py3-pydot/APKBUILD (limited to 'testing/py3-pydot/APKBUILD') diff --git a/testing/py3-pydot/APKBUILD b/testing/py3-pydot/APKBUILD new file mode 100644 index 00000000000..39d2208a664 --- /dev/null +++ b/testing/py3-pydot/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Russ Webber +# Maintainer: Russ Webber +pkgname="py3-pydot" +_pkgname="pydot" +pkgver="1.4.1" +pkgrel=0 +pkgdesc="Python interface to Graphviz's Dot language" +url="https://github.com/pydot/pydot" +arch="noarch" +license="MIT" +options="!check" # graphviz unable to parse jpe files +depends="python3 py3-parsing" +makedepends="py3-setuptools" # required for test: py3-chardet graphviz +source="$_pkgname-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + python3 setup.py build +} + +check() { + cd "$builddir/test" + PYTHONPATH="$builddir/build/lib" python3 pydot_unittest.py +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="b5f16b59908586df61cd415cb1a3e242fb69c39674a82b171862beff1f3727f47cba39bdd806901cb56bc8a6888783a53d112b1b70044e124ea992789d77f938 pydot-1.4.1.tar.gz" -- cgit v1.2.3