aports/community/py3-matplotlib-inline/APKBUILD
2023-04-20 10:22:30 +00:00

28 lines
858 B
Plaintext

# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-matplotlib-inline
pkgver=0.1.6
pkgrel=2
pkgdesc="Inline matplotlib backend for jupyter"
url="https://github.com/ipython/matplotlib-inline"
arch="noarch"
license="BSD-3-Clause"
depends="py3-traitlets"
makedepends="py3-setuptools"
options="!check" # no test present
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/matplotlib-inline/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/matplotlib-inline-$pkgver"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
7d34f5a86d65d7a2017cf924dc363d7578d1eb14943c3de56e5a0ac79d92d674b387c5528ea76e9e11e0193e71d8cd1315ceb517e9c9678c41ed412e8fd42c04 py3-matplotlib-inline-0.1.6.tar.gz
"