[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/299: gnu: Add python-seedir.
From: |
guix-commits |
Subject: |
243/299: gnu: Add python-seedir. |
Date: |
Mon, 13 Jan 2025 15:18:37 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 5e60ed42f3a3d531270fbb76a6e0a28e0a8ccd15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 11 13:58:22 2025 +0100
gnu: Add python-seedir.
* gnu/packages/python-xyz.scm (python-seedir): New variable.
Change-Id: I97a6305085a1ad4d62598646cceb2e2a921f5950
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cfc9d97d13..de004cc567 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3681,6 +3681,27 @@ a platform independent file lock in Python, which
provides a simple way of
inter-process communication.")
(license license:unlicense)))
+(define-public python-seedir
+ (package
+ (name "python-seedir")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "seedir" version))
+ (sha256
+ (base32 "1ibgzji9ijm37vgwmg37s2hsqmpqd793z4q41w816x5m6nahzy76"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-natsort))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
+ (home-page "https://github.com/earnestt1234/seedir")
+ (synopsis
+ "Package for creating, editing, and reading folder tree diagrams.")
+ (description
+ "This is a package for creating, editing, and reading folder tree
+diagrams.")
+ (license license:expat)))
+
(define-public python-semantic-version
(package
(name "python-semantic-version")
- 201/299: gnu: python-osqp: Add missing inputs., (continued)
- 201/299: gnu: python-osqp: Add missing inputs., guix-commits, 2025/01/13
- 209/299: gnu: python-metacells: Update to 0.9.5., guix-commits, 2025/01/13
- 205/299: gnu: python-apscheduler: Add missing inputs., guix-commits, 2025/01/13
- 204/299: gnu: python-cvxpy: Add missing input., guix-commits, 2025/01/13
- 198/299: gnu: python-scikit-allel: Update to 1.3.13., guix-commits, 2025/01/13
- 215/299: gnu: python-columnize: Add missing inputs., guix-commits, 2025/01/13
- 224/299: gnu: python-asdf-astropy: Add missing input., guix-commits, 2025/01/13
- 228/299: gnu: python-multipart: Update to 0.0.20., guix-commits, 2025/01/13
- 235/299: gnu: python-xdoctest: Update to 1.2.0., guix-commits, 2025/01/13
- 252/299: gnu: python-soundfile: Update to 0.13.0., guix-commits, 2025/01/13
- 243/299: gnu: Add python-seedir.,
guix-commits <=
- 242/299: gnu: Remove python-pytest-exploratory., guix-commits, 2025/01/13
- 258/299: gnu: python-django-haystack: Update to 3.3.0., guix-commits, 2025/01/13
- 284/299: gnu: python-pynetbox: Update to 7.4.1., guix-commits, 2025/01/13
- 279/299: gnu: python-nampa: Add missing inputs., guix-commits, 2025/01/13
- 286/299: gnu: python-pyro-ppl: Add missing inputs., guix-commits, 2025/01/13
- 293/299: gnu: python-angr: Add missing inputs., guix-commits, 2025/01/13
- 177/299: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/13
- 193/299: gnu: rust-jiter-0.2: Add missing input., guix-commits, 2025/01/13
- 211/299: gnu: python-episcanpy: Add missing input., guix-commits, 2025/01/13
- 219/299: gnu: python-mathics-pygments: Add missing inputs., guix-commits, 2025/01/13