python3-blessed: update to 1.19.1.
This commit is contained in:
parent
afb0913d9d
commit
176a599a2d
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-blessed'
|
# Template file for 'python3-blessed'
|
||||||
pkgname=python3-blessed
|
pkgname=python3-blessed
|
||||||
version=1.19.0
|
version=1.19.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="blessed-${version}"
|
wrksrc="blessed-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-wcwidth"
|
depends="python3-six python3-wcwidth"
|
||||||
|
checkdepends="$depends python3-pytest-cov"
|
||||||
short_desc="Wrapper around terminal coloring, styling, and positioning"
|
short_desc="Wrapper around terminal coloring, styling, and positioning"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jquast/blessed"
|
homepage="https://github.com/jquast/blessed"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=1a3b5cd5b441bb5f35a269cd6d7b32c88c39f65170b6bfe4de3c8808b7ed131c
|
checksum=69d5bdd7f14ab1982c9a4b51b27ea4620625bc7d59bf96faaa4206bf5ccf3095
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue