Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-parso | name : python-parso | ||||
| version : 0.7.1 | version : 0.8.2 | ||||
| release : 10 | release : 11 | ||||
| source : | source : | ||||
| - https://github.com/davidhalter/parso/archive/refs/tags/v0.7.1.tar.gz : bc87a8272d4074394a92917b7e2edc3468ddf6511ca626b92243db8465e9cf6c | - https://github.com/davidhalter/parso/archive/refs/tags/v0.8.2.tar.gz : 7ecdfcf211893a6eb78b0b561bc6e655bb77e6b22ad89feaccc419ea937e5eec | ||||
| homepage : https://github.com/davidhalter/parso | |||||
| license : | license : | ||||
| - MIT | - MIT | ||||
| - Python-2.0 | - Python-2.0 | ||||
| component : programming.python | component : programming.python | ||||
| summary : A Python Parser | summary : A Python Parser | ||||
| description: | | description: | | ||||
| Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file. | Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - python-pytest | - python-pytest | ||||
| - python-setuptools | |||||
| build : | | build : | | ||||
| %python_setup | |||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python_install | |||||
| %python3_install | %python3_install | ||||
| check : | | check : | | ||||
| %python_test pytest | |||||
| %python3_test pytest3 | %python3_test pytest3 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.