[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: gnu: Add python-mypy-extensions.
From: |
guix-commits |
Subject: |
05/21: gnu: Add python-mypy-extensions. |
Date: |
Wed, 29 Jul 2020 18:58:51 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit f755bb0189e0f226c4422347decbf2487a8c3a08
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Jul 27 10:00:43 2020 +0200
gnu: Add python-mypy-extensions.
* gnu/packages/python-check.scm (python-mypy-extensions): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/python-check.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index cf765e8..0279a0a 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -818,3 +819,23 @@ it, the declaration of a name's public export semantics
are not separated from
the implementation of that name.")
(license (list license:asl2.0
license:lgpl3)))) ; only for setup_helpers.py
+
+(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")
+ (description "The @code{python-mypy-extensions} module defines
+experimental extensions to the standard @code{typing} module that are
+supported by the MyPy typechecker.")
+ (license license:expat)))
- branch master updated (4146cf8 -> d343e0f), guix-commits, 2020/07/29
- 02/21: gnu: ungoogled-chromium: Update to 84.0.4147.105-0.cc3e311., guix-commits, 2020/07/29
- 03/21: gnu: clang: Only install cfi_blacklist.txt for versions >= 3.8., guix-commits, 2020/07/29
- 08/21: gnu: Add python-libcst., guix-commits, 2020/07/29
- 01/21: gnu: json-modern-cxx: Update to 3.9.0., guix-commits, 2020/07/29
- 04/21: gnu: Add nfs4-acl-tools., guix-commits, 2020/07/29
- 05/21: gnu: Add python-mypy-extensions.,
guix-commits <=
- 06/21: gnu: Add python-typing-inspect., guix-commits, 2020/07/29
- 07/21: gnu: Add python-hypothesis-5.23., guix-commits, 2020/07/29
- 09/21: gnu: Add python-lark-parser., guix-commits, 2020/07/29
- 10/21: gnu: Add python-hypothesmith., guix-commits, 2020/07/29
- 14/21: gnu: python-slugify: Update to 4.0.1., guix-commits, 2020/07/29
- 13/21: gnu: Add python-mypy., guix-commits, 2020/07/29
- 15/21: gnu: csvkit: Fix problem caused by the update of python-slugify., guix-commits, 2020/07/29
- 11/21: gnu: Add python-flake8-bugbear., guix-commits, 2020/07/29
- 12/21: gnu: Add python-flake8-pyi., guix-commits, 2020/07/29
- 18/21: gnu: mumble: Update to 1.3.2., guix-commits, 2020/07/29