summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-11 13:58:22 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:43 +0100
commit4bbdbf65b99b76309ae2dd7a9717bedeb70c8d76 (patch)
tree5a887d3c87a7e6ec2bdd10de3aab6883a0fb435d /gnu/packages/python-xyz.scm
parent45dd5a53bd2c369ba64a1a63688bd0e5c8853f43 (diff)
gnu: Add python-seedir.
* gnu/packages/python-xyz.scm (python-seedir): New variable. Change-Id: I97a6305085a1ad4d62598646cceb2e2a921f5950
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm21
1 files changed, 21 insertions, 0 deletions
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")