GNU bug report logs -
#76571
[PATCH python-team 00/15] Some fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 25 Feb 2025 22:52:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 76571 <at> debbugs.gnu.org (full text, mbox):
* 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 9db9f46638..e6918a530e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3160,7 +3160,6 @@ (define-public python-openapi-core
(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 0aa5b23278..28e0545f26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33748,25 +33748,6 @@ (define-public python-dictdiffer
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")
--
2.48.1
--
Best regards,
Nicolas Graves
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.