[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/222: gnu: Add python-pathable.
From: |
guix-commits |
Subject: |
106/222: gnu: Add python-pathable. |
Date: |
Fri, 1 Nov 2024 10:56:33 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 7841927ed9412818b5bf171123599e0b3a19e8b6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 00:29:03 2024 +0200
gnu: Add python-pathable.
* gnu/packages/python-xyz.scm (python-pathable): New variable.
Change-Id: Ib8d21227db48a9b34941e6c5b291c86efe828ea6
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dc5d1acc2a..7cde166001 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11832,6 +11832,25 @@ child application and control it as if a human were
typing commands.")
functions like pickle, json or PyYAML module.")
(license license:bsd-3)))
+(define-public python-pathable
+ (package
+ (name "python-pathable")
+ (version "0.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pathable" version))
+ (sha256
+ (base32 "1ayw9jzlw0qrz51rcfbba00xqq0c7vs3lgwrib67c1z5bcqrv1jw"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #false)) ;there are none
+ (native-inputs (list python-poetry-core))
+ (home-page "https://github.com/p1c2u/pathable")
+ (synopsis "Object-oriented paths")
+ (description "With this package you can traverse resources like paths and
+access resources on demand with separate accessor layer.")
+ (license license:asl2.0)))
+
(define-public python-pathlib2
(package
(name "python-pathlib2")
- 189/222: gnu: Add ghc-xcb-types., (continued)
- 189/222: gnu: Add ghc-xcb-types., guix-commits, 2024/11/01
- 193/222: gnu: python-apprise: Improve package style., guix-commits, 2024/11/01
- 195/222: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/01
- 24/222: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/01
- 61/222: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 82/222: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/01
- 94/222: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/01
- 96/222: gnu: Add python-jupyter-events., guix-commits, 2024/11/01
- 105/222: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/01
- 110/222: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/01
- 106/222: gnu: Add python-pathable.,
guix-commits <=
- 126/222: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/01
- 134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/01
- 174/222: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/01
- 150/222: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/01
- 129/222: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/01
- 175/222: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/01
- 180/222: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/01
- 194/222: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/01
- 201/222: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/01
- 208/222: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/01