summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-25 17:42:53 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:15 +0200
commit6838baeffcf4222bab1b1b1f2b8edc0496e854cb (patch)
tree46707741fe9f1aecd3302dd439406cb36874da82 /gnu/packages/python-xyz.scm
parent885b745e15cf913950a665a7a960090a4e94bf24 (diff)
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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb53d509fe..20f02b88df 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34192,25 +34192,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")