void-packages/srcpkgs/python3-progress/template
Jan Christian Grünhage beb9ec7230 scrpkgs/: orphan Joseph LaFreniere's packages
This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
2021-10-14 18:34:56 +02:00

19 lines
528 B
Bash

# Template file for 'python3-progress'
pkgname=python3-progress
version=1.5
revision=5
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=69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
post_install() {
vlicense LICENSE
}