[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50663] [PATCH 07/19] gnu: Add python-lazy.
From: |
phodina |
Subject: |
[bug#50663] [PATCH 07/19] gnu: Add python-lazy. |
Date: |
Sat, 18 Sep 2021 19:01:15 +0000 |
* gnu/packages/python-xyz.scm (python-lazy): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b1a26f603..8f92800112 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15254,6 +15254,28 @@ feels like an AST.")
inspection of types defined in the Python standard typing module.")
(license license:expat)))
+(define-public python-lazy
+ (package
+ (name "python-lazy")
+ (version "1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference ; pypi release link leads to project page
+ (url "https://github.com/stefanholek/lazy")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1y3y35jr0nnfh32zgdrb4r4sf9v8k36j07z2m0g6kz7bf3azsgc5"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/stefanholek/lazy")
+ (synopsis "Lazy attributes for Python objects")
+ (description "Provides lazy attributes that are evaluated only once,
+the first time they are used. Subsequent uses return the results of the first
+call.")
+ (license license:bsd-2)))
+
(define-public python-lazy-object-proxy
(package
(name "python-lazy-object-proxy")
--
2.32.0
- [bug#50663] [PATCH 01/18] gnu: Add python-pyee., phodina, 2021/09/18
- [bug#50663] [PATCH 02/18] gnu: Add python-fann2., phodina, 2021/09/18
- [bug#50663] [PATCH 03/19] gnu: Add python-padaos., phodina, 2021/09/18
- [bug#50663] [PATCH 04/19] gnu: Add python-precise-runner., phodina, 2021/09/18
- [bug#50663] [PATCH 05/19] gnu: Add python-petact., phodina, 2021/09/18
- [bug#50663] [PATCH 06/19] gnu: Add python-padatious., phodina, 2021/09/18
- [bug#50663] [PATCH 07/19] gnu: Add python-lazy.,
phodina <=
- [bug#50663] [PATCH 08/19] gnu: Add python-pako., phodina, 2021/09/18
- [bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser., phodina, 2021/09/18
- [bug#50663] [PATCH 10/19] gnu: Add python-msm., phodina, 2021/09/18
- [bug#50663] [PATCH 11/19] gnu: Add python-msk., phodina, 2021/09/18
- [bug#50663] [PATCH 12/19] gnu: Add python-lingua-franca., phodina, 2021/09/18
- [bug#50663] [PATCH 13/19] gnu: Add python-pocketsphinx., phodina, 2021/09/18
- [bug#50663] [PATCH 14/19] gnu: Add python-gtts., phodina, 2021/09/18
- [bug#50663] [PATCH 16/19] gnu: Add python-mycroft-messagebus-client., phodina, 2021/09/18
- [bug#50663] [PATCH 17/19] gnu: Add mycroft-mimic., phodina, 2021/09/18
- [bug#50663] [PATCH 18/19] gnu: Add python-speech-recognition., phodina, 2021/09/18