mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
26 lines
832 B
Text
26 lines
832 B
Text
# Contributor: Aiden Grossman <agrossman154@yahoo.com>
|
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
|
pkgname=py3-matplotlib-inline
|
|
pkgver=0.1.3
|
|
pkgrel=0
|
|
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
|
|
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 --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
684821204faa3cb35c46663b8c8cb8f0ba5d4f761d15bc708de69c98753685c89da1d330087bcfa970792de592188768dc068accc471d55360f551e44cf4a79a py3-matplotlib-inline-0.1.3.tar.gz
|
|
"
|