[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42465] [PATCH 03/10] gnu: Add python-mypy-extensions.
From: |
Marius Bakke |
Subject: |
[bug#42465] [PATCH 03/10] gnu: Add python-mypy-extensions. |
Date: |
Sat, 25 Jul 2020 17:55:27 +0200 |
Tanguy Le Carrour <tanguy@bioneland.org> writes:
> * gnu/packages/python-check.scm (python-mypy-extensions): New variable.
[...]
> +(define-public python-mypy-extensions
> + (package
> + (name "python-mypy-extensions")
> + (version "0.4.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "mypy_extensions" version))
> + (sha256
> + (base32
> + "1a04qsk8hd1lqns8w1j7cr0vmvbhg450di5k1i16kqxkbf7q30id"))))
> + (build-system python-build-system)
> + (arguments `(#:tests? #f)); no tests
> + (home-page "https://github.com/python/mypy_extensions")
> + (synopsis "Experimental extensions for MyPy.")
^^^
No '.'. --------->
> + (description "The @code{python-mypy-extensions} module defines
> experimental
> +extensions to the standard 'typing' module that are supported by the mypy
> typechecker.")
@code{typing}. Also try to keep description lines shorter than 78
characters. This should probably also say 'MyPy' (capitalized)?
signature.asc
Description: PGP signature
- [bug#42465] [PATCH 00/10] gnu: Add python-mypy., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 01/10] gnu: python-typing-extension: Update to 3.7.4.2., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 03/10] gnu: Add python-mypy-extensions., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 03/10] gnu: Add python-mypy-extensions.,
Marius Bakke <=
- [bug#42465] [PATCH 04/10] gnu: Add python-typing-inspect., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 05/10] gnu: Add python-libcst., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 06/10] gnu: Add python-lark-parser., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 09/10] gnu: Add python-flake8-pyi., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 10/10] gnu: Add python-mypy., Tanguy Le Carrour, 2020/07/21