sharlatan pushed a commit to branch python-team
in repository guix.
commit fc37f47e58d80e8bbc6f908ef21769945c230332
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 79b4676b3b..4add5ef144 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3184,7 +3184,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 e4884226d8..9a264b268c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34149,25 +34149,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")