diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2026-07-07 10:23:09 +0200 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2026-08-11 17:41:33 +0200 |
| commit | 2482bace0c06f983282175cbacd12a9e41f273c7 (patch) | |
| tree | dfad5a90fdb15eb046a0f9da712b29e4687a0947 /gnu/packages/python-xyz.scm | |
| parent | 92d6dc8547141126c635fe5e5df33d916e638f0d (diff) | |
gnu: Add python-yappi.
* gnu/packages/python-xyz.scm (python-yappi): New variable.
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 34cdfd2467b..59e6e2ef198 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -43255,6 +43255,30 @@ takes the code and reformats it to the best formatting that conforms to the | |||
| 43255 | style guide, even if the original code didn't violate the style guide.") | 43255 | style guide, even if the original code didn't violate the style guide.") |
| 43256 | (license license:asl2.0))) | 43256 | (license license:asl2.0))) |
| 43257 | 43257 | ||
| 43258 | (define-public python-yappi | ||
| 43259 | (package | ||
| 43260 | (name "python-yappi") | ||
| 43261 | (version "1.7.6") | ||
| 43262 | (source | ||
| 43263 | (origin | ||
| 43264 | (method git-fetch) | ||
| 43265 | (uri (git-reference | ||
| 43266 | (url "https://github.com/sumerc/yappi") | ||
| 43267 | (commit (string-append "v" version)))) | ||
| 43268 | (file-name (git-file-name name version)) | ||
| 43269 | (sha256 | ||
| 43270 | (base32 "08jhsflxyj3vf1m06vngsw9d6qyblykcx1j2mq4qn0ray0s7v8qj")))) | ||
| 43271 | (build-system pyproject-build-system) | ||
| 43272 | (arguments | ||
| 43273 | (list #:test-backend #~'unittest | ||
| 43274 | #:test-flags #~'("discover" "tests"))) | ||
| 43275 | (native-inputs (list python-gevent python-setuptools)) | ||
| 43276 | (home-page "https://github.com/sumerc/yappi") | ||
| 43277 | (synopsis "Python Profiler") | ||
| 43278 | (description "@acronym{YAPPI, Yet Another Python Profiler} is a robust and | ||
| 43279 | intuitive, standard compliant Python profiler.") | ||
| 43280 | (license license:expat))) | ||
| 43281 | |||
| 43258 | (define-public python-yapsy | 43282 | (define-public python-yapsy |
| 43259 | (package | 43283 | (package |
| 43260 | (name "python-yapsy") | 43284 | (name "python-yapsy") |
