Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-mypy | name : python-mypy | ||||
| version : '0.812' | version : '0.910' | ||||
| release : 10 | release : 11 | ||||
| source : | source : | ||||
| - https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.812.tar.gz : cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119 | - https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.910.tar.gz : 704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150 | ||||
| homepage : http://www.mypy-lang.org/ | homepage : http://www.mypy-lang.org/ | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : Optional static typing for Python 3 (PEP484) | summary : Optional static typing for Python 3 (PEP484) | ||||
| description: | | description: | | ||||
| Mypy is an optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing. Mypy combines the expressive power and convenience of Python with a powerful type system and compile-time type checking. Mypy type checks standard Python programs; run them using any Python VM with basically no runtime overhead. | Mypy is an optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing. Mypy combines the expressive power and convenience of Python with a powerful type system and compile-time type checking. Mypy type checks standard Python programs; run them using any Python VM with basically no runtime overhead. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| rundeps : | rundeps : | ||||
| - python-mypy_extensions | - python-mypy_extensions | ||||
| - python-typed-ast | - python-typed-ast | ||||
| - python-typing-extensions | - python-typing-extensions | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.