py-wcwidth package: add version 0.2.5 (#27639)

This commit is contained in:
iarspider 2021-11-24 20:44:51 +01:00 committed by GitHub
parent 83a2014ede
commit fcd51d81d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ class PyWcwidth(PythonPackage):
pypi = "wcwidth/wcwidth-0.1.7.tar.gz"
version('0.2.5', sha256='c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83')
version('0.1.7', sha256='3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e')
depends_on('py-setuptools', type='build')
depends_on('py-backports-functools-lru-cache@1.2.1:', when='@0.2.5: ^python@:3.1')