yapf: add version 0.30.0 (#19598)

This commit is contained in:
Geoffrey Oxberry 2020-10-29 12:14:55 -07:00 committed by GitHub
parent 305d8d9b1b
commit af057e0196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyYapf(PythonPackage):
# base https://pypi.python.org/pypi/cffi
url = "https://github.com/google/yapf/archive/v0.2.1.tar.gz"
version('0.30.0', sha256='9f561af26f8d27c3a334d3d2ee8947b8826a86691087e447ce483512d834682c')
version('0.2.1', sha256='13158055acd8e3c2f3a577528051a1c5057237f699150211a86fb405c4ea3936')
depends_on('py-setuptools', type='build')