vp-build/srcpkgs/python3-progress/template

21 lines
591 B
Bash

# Template file for 'python3-progress'
pkgname=python3-progress
version=1.6
revision=1
wrksrc="progress-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Easy to use progress bars (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/verigak/progress"
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
checksum=c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd
# Tests are only useful on interactive terminals
make_check=no
post_install() {
vlicense LICENSE
}