summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:11:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:21:47 +0200
commit66daf46b411ea68893d3066e654f38fc05d6f286 (patch)
tree2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/python-xyz.scm
parent77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff)
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f52c2a2d86d..4d149b34d6a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5970,7 +5970,7 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
5970 python-setuptools-scm 5970 python-setuptools-scm
5971 python-wheel)) 5971 python-wheel))
5972 (home-page "https://github.com/pytest-dev/py") 5972 (home-page "https://github.com/pytest-dev/py")
5973 (synopsis "Python library for parsing, I/O, instrospection, and logging") 5973 (synopsis "Python library for parsing, I/O, introspection, and logging")
5974 (description 5974 (description
5975 "Py is a Python library for file name parsing, .ini file parsing, I/O, 5975 "Py is a Python library for file name parsing, .ini file parsing, I/O,
5976code introspection, and logging.") 5976code introspection, and logging.")
@@ -23503,7 +23503,7 @@ until the object is actually required, and caches the result of said call.")
23503 (add-after 'unpack 'patch-getprotobyname-calls 23503 (add-after 'unpack 'patch-getprotobyname-calls
23504 ;; These calls are problematic in the build environment as there is 23504 ;; These calls are problematic in the build environment as there is
23505 ;; no /etc/protocols. This breaks the sanity-check phase of any 23505 ;; no /etc/protocols. This breaks the sanity-check phase of any
23506 ;; package depnding on this one. 23506 ;; package depending on this one.
23507 (lambda _ 23507 (lambda _
23508 (substitute* "dns/rdtypes/IN/WKS.py" 23508 (substitute* "dns/rdtypes/IN/WKS.py"
23509 (("socket.getprotobyname\\('tcp'\\)") 23509 (("socket.getprotobyname\\('tcp'\\)")
@@ -23558,7 +23558,7 @@ It supports TSIG authenticated messages and EDNS0.")
23558 (add-after 'unpack 'patch-getprotobyname-calls 23558 (add-after 'unpack 'patch-getprotobyname-calls
23559 ;; These calls are problematic in the build environment as there is 23559 ;; These calls are problematic in the build environment as there is
23560 ;; no /etc/protocols. This breaks the sanity-check phase of any 23560 ;; no /etc/protocols. This breaks the sanity-check phase of any
23561 ;; package depnding on this one. 23561 ;; package depending on this one.
23562 (lambda _ 23562 (lambda _
23563 (substitute* "dns/rdtypes/IN/WKS.py" 23563 (substitute* "dns/rdtypes/IN/WKS.py"
23564 (("socket.getprotobyname\\('tcp'\\)") 23564 (("socket.getprotobyname\\('tcp'\\)")
@@ -25276,7 +25276,7 @@ efficient as possible on all supported Python versions.")
25276Mustache templating language renderer.") 25276Mustache templating language renderer.")
25277 (license license:expat))) 25277 (license license:expat)))
25278 25278
25279;; XXX: Try to inherit from duckdb and build from source with all extentions. 25279;; XXX: Try to inherit from duckdb and build from source with all extensions.
25280(define-public python-duckdb 25280(define-public python-duckdb
25281 (package 25281 (package
25282 (name "python-duckdb") 25282 (name "python-duckdb")
@@ -29284,7 +29284,7 @@ user-space file systems in Python.")
29284 (replace 'check 29284 (replace 'check
29285 (lambda* (#:key tests? #:allow-other-keys) 29285 (lambda* (#:key tests? #:allow-other-keys)
29286 (when tests? 29286 (when tests?
29287 ;; These tests don't import currectly. 29287 ;; These tests don't import correctly.
29288 (delete-file "test/test_js_client.py") 29288 (delete-file "test/test_js_client.py")
29289 (delete-file "test/test_tsd_types.py") 29289 (delete-file "test/test_tsd_types.py")
29290 (delete-file "test/test_python_gen.py") 29290 (delete-file "test/test_python_gen.py")
@@ -34432,7 +34432,7 @@ dates in almost any string formats commonly found on web pages.")
34432 (replace 'check 34432 (replace 'check
34433 (lambda* (#:key inputs outputs #:allow-other-keys) 34433 (lambda* (#:key inputs outputs #:allow-other-keys)
34434 (add-installed-pythonpath inputs outputs) 34434 (add-installed-pythonpath inputs outputs)
34435 ;; This invokation is taken from tox.ini. 34435 ;; This invocation is taken from tox.ini.
34436 (invoke "nosetests" "-d" "-v" "tests/")))))) 34436 (invoke "nosetests" "-d" "-v" "tests/"))))))
34437 (home-page "https://github.com/akesterson/dpath-python") 34437 (home-page "https://github.com/akesterson/dpath-python")
34438 (synopsis "File-system-like pathing and searching for dictionaries") 34438 (synopsis "File-system-like pathing and searching for dictionaries")