[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 07:31:06 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit f7067fb3c3c955c198438185ca8ce922677dd73a
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")
- 276/299: gnu: python-flask-socketio: Update to 5.5.1., (continued)
- 276/299: gnu: python-flask-socketio: Update to 5.5.1., guix-commits, 2025/01/13
- 281/299: gnu: python-itanium-demangler: Add missing inputs., guix-commits, 2025/01/13
- 288/299: gnu: python-claripy: Add missing inputs., guix-commits, 2025/01/13
- 298/299: gnu: python-django-allauth: Update to 65.3.1., guix-commits, 2025/01/13
- 296/299: gnu: Add python-xmlsec., guix-commits, 2025/01/13
- 299/299: gnu: python-pkgconfig: Update to 1.5.5., guix-commits, 2025/01/13
- 295/299: gnu: python-asgiref: Update to 3.8.1., guix-commits, 2025/01/13
- 290/299: gnu: unicorn: Add missing inputs., guix-commits, 2025/01/13
- 173/299: gnu: python-asgi-lifespan: Update to 2.1.0., guix-commits, 2025/01/13
- 234/299: gnu: python-branca: Add missing inputs., guix-commits, 2025/01/13
- 243/299: gnu: Add python-seedir.,
guix-commits <=
- 258/299: gnu: python-django-haystack: Update to 3.3.0., guix-commits, 2025/01/13
- 269/299: gnu: python-django-statici18n: Update to 2.6.0., guix-commits, 2025/01/13
- 277/299: gnu: python-cart: Add missing inputs., guix-commits, 2025/01/13
- 282/299: gnu: python-xarray-datatree: Add missing inputs., guix-commits, 2025/01/13
- 268/299: gnu: python-django-sortedm2m: Update to 4.0.0., guix-commits, 2025/01/13
- 289/299: gnu: python-archinfo: Add missing inputs., guix-commits, 2025/01/13
- 61/299: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2025/01/13
- 219/299: gnu: python-mathics-pygments: Add missing inputs., guix-commits, 2025/01/13
- 235/299: gnu: python-xdoctest: Update to 1.2.0., guix-commits, 2025/01/13
- 280/299: gnu: python-mulpyplexer: Add missing inputs., guix-commits, 2025/01/13