mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-progress: update to 1.4.
This commit is contained in:
parent
b2bc40db6d
commit
02e8355258
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-progress'
|
# Template file for 'python-progress'
|
||||||
pkgname=python-progress
|
pkgname=python-progress
|
||||||
version=1.3
|
version=1.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="progress-${version}"
|
wrksrc="progress-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Easy to use progress bars (Python2)"
|
short_desc="Easy to use progress bars (Python2)"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
homepage="https://github.com/verigak/progress"
|
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
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=c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a
|
checksum=5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue