rekado pushed a commit to branch python-team
in repository guix.

commit bffc56d662e70eba4cb084cb24b13fb9aade0b0d
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 17:42:53 2025 +0100

    gnu: Remove python-dictpath.
    
    * gnu/packages/python-xyz.scm (python-dictpath): Remove variable.
    * gnu/packages/python-web.scm (python-openapi-core)[propagated-inputs]:
    Remove unecessary python-dictpath.
---
 gnu/packages/python-web.scm |  1 -
 gnu/packages/python-xyz.scm | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2e466411ac..7495616f2e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3182,7 +3182,6 @@ compliance with the specification.")
     (propagated-inputs
      (list python-attrs
            python-aiohttp
-           python-dictpath
            python-isodate
            python-jsonschema
            python-lazy-object-proxy
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 953c9e0bb2..0ab3bd5839 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33873,25 +33873,6 @@ cryptographically signed ones).")
 dictionaries.")
     (license license:expat)))
 
-(define-public python-dictpath
-  (package
-    (name "python-dictpath")
-    (version "0.1.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "dictpath" version))
-       (sha256
-        (base32 "1n4hq4wbgaw59bbb16nhkgg5wk8sl4iw940vjrgx4xmifqxxw73m"))))
-    (build-system python-build-system)
-    (native-inputs (list python-pytest python-pytest-cov python-pytest-flake8))
-    (home-page "https://github.com/p1c2u/pathable";)
-    (synopsis "Object-oriented path library for Python")
-    (description "This object-oriented dictionary path Python library enables
-traversing resources like paths or accessing resources on demand with separate
-accessor layer.")
-    (license license:asl2.0)))
-
 (define-public pyzo
   (package
     (name "pyzo")

Reply via email to