mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
23 lines
772 B
Text
23 lines
772 B
Text
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
|
|
pkgname=py3-proglog
|
|
pkgver=0.1.9
|
|
pkgrel=0
|
|
pkgdesc="Log and progress bar manager for console, notebooks, web"
|
|
url="https://github.com/Edinburgh-Genome-Foundry/Proglog"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/fe/ab/4cb19b578e1364c0b2d6efd6521a8b4b4e5c4ae6528041d31a2a951dd991/proglog-$pkgver.tar.gz"
|
|
options="!check" # No testsuite
|
|
builddir="$srcdir/proglog-$pkgver"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --root="$pkgdir" --optimize=1
|
|
}
|
|
|
|
sha512sums="9491bee1d1e15e047df19091e764dce02f5d7c698706766e5e8dc9494fd628af5a973751170b713641c8df5882f3964fcfdc8c6db66fb1d20e601cdcbf4bc019 proglog-0.1.9.tar.gz"
|