1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/py3-matplotlib-inline/APKBUILD
2025-03-04 20:57:48 +00:00

28 lines
905 B
Text

# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Jingyun Hua <huajingyun@loongson.cn>
maintainer="Jingyun Hua <huajingyun@loongson.cn>"
pkgname=py3-matplotlib-inline
pkgver=0.1.7
pkgrel=1
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="
b424b42c221227fe8807a4c56207aa3f0830cd857b816e278d4d22a57091598b9a4f3de5f046d9e8722a6cae13a8f187ffc24927071592ff514b1add3962d03f py3-matplotlib-inline-0.1.7.tar.gz
"