py-parso: add v0.8.1 (#21798)

This commit is contained in:
iarspider 2021-02-19 14:14:01 +01:00 committed by GitHub
parent 048adfdc1b
commit 3d2b08a971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,11 @@ class PyParso(PythonPackage):
pypi = "parso/parso-0.6.1.tar.gz"
version('0.8.1', sha256='8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e')
version('0.6.1', sha256='56b2105a80e9c4df49de85e125feb6be69f49920e121406f15e7acde6c9dfc57')
version('0.4.0', sha256='2e9574cb12e7112a87253e14e2c380ce312060269d04bd018478a3c92ea9a376')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'), when='@0.8.1:')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'), when='@0.6.1:')
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'), when='@0.4.0:')
depends_on('py-setuptools', type='build')