mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-progress: update to 1.6.
This commit is contained in:
parent
33ae1eed44
commit
c668c0b010
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-progress'
|
# Template file for 'python3-progress'
|
||||||
pkgname=python3-progress
|
pkgname=python3-progress
|
||||||
version=1.5
|
version=1.6
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="progress-${version}"
|
wrksrc="progress-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/verigak/progress"
|
homepage="https://github.com/verigak/progress"
|
||||||
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
|
||||||
checksum=69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
|
checksum=c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd
|
||||||
|
# Tests are only useful on interactive terminals
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue