mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-wcwidth: update to 0.2.8.
This commit is contained in:
parent
6cdece5803
commit
20e67416f4
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-wcwidth'
|
# Template file for 'python3-wcwidth'
|
||||||
pkgname=python3-wcwidth
|
pkgname=python3-wcwidth
|
||||||
version=0.2.6
|
version=0.2.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest python3-pytest-cov"
|
||||||
short_desc="Measures no. of terminal column cells of wide-character codes"
|
short_desc="Measures no. of terminal column cells of wide-character codes"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jquast/wcwidth"
|
homepage="https://github.com/jquast/wcwidth"
|
||||||
distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
|
||||||
checksum=a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0
|
checksum=8705c569999ffbb4f6a87c6d1b80f324bd6db952f5eb0b95bc07517f4c1813d4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue