[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/22: gnu: Add python-pyannotate.
From: |
guix-commits |
Subject: |
08/22: gnu: Add python-pyannotate. |
Date: |
Mon, 29 Mar 2021 18:58:01 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 1fdb254e18abd551a699774f225e767dd43b9be0
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Mar 10 19:30:33 2021 +1100
gnu: Add python-pyannotate.
* gnu/packages/python-check.scm (python-pyannotate): New variable.
---
gnu/packages/python-check.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 7f27966..961d245 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1183,6 +1184,28 @@ any Python VM with basically no runtime overhead.")
;; mypyc/lib-rt/getargs.c
(license (list license:expat license:psfl))))
+(define-public python-pyannotate
+ (package
+ (name "python-pyannotate")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyannotate" version))
+ (sha256
+ (base32
+ "16bm0mf7wxvy0lgmcs1p8n1ji8pnvj1jvj8zk3am70dkp825iv84"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-mypy-extensions" ,python-mypy-extensions)
+ ("python-six" ,python-six)))
+ (home-page
+ "https://github.com/dropbox/pyannotate")
+ (synopsis "Auto-generate PEP-484 annotations")
+ (description "This package, PyAnnotate, is used to auto-generate PEP-484
+annotations.")
+ (license license:asl2.0)))
+
(define-public python-eradicate
(package
(name "python-eradicate")
- branch wip-update-calibre created (now 1f73164), guix-commits, 2021/03/29
- 01/22: gnu: python-poppler-qt5: Update to 21.1.0., guix-commits, 2021/03/29
- 02/22: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/03/29
- 03/22: gnu: Add python-pyqt-builder., guix-commits, 2021/03/29
- 04/22: gnu: Add python-pyqt5-sip., guix-commits, 2021/03/29
- 05/22: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/03/29
- 07/22: gnu: Add python-zeroconf., guix-commits, 2021/03/29
- 10/22: gnu: Add python-ppmd-cffi., guix-commits, 2021/03/29
- 09/22: gnu: Add python-multivolumefile., guix-commits, 2021/03/29
- 06/22: gnu: Add python-ifaddr., guix-commits, 2021/03/29
- 08/22: gnu: Add python-pyannotate.,
guix-commits <=
- 13/22: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29
- 14/22: gnu: Add python-py7zr., guix-commits, 2021/03/29
- 11/22: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/03/29
- 22/22: gnu: Remove python2-pyqt., guix-commits, 2021/03/29
- 12/22: gnu: Add python-pyzstd, guix-commits, 2021/03/29
- 15/22: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/03/29
- 21/22: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/03/29
- 16/22: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/03/29
- 17/22: gnu: Add python-pychm., guix-commits, 2021/03/29
- 19/22: gnu: python-html5lib: Depend on python-chardet., guix-commits, 2021/03/29