guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eff51d0db6ef368f78cc4fa10226ce68cdf1db89
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 22:44:30 2026 +0100

    gnu: Remove python-tempdir.
    
    * gnu/packages/python-xyz.scm (python-tempdir): Delete variable.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/python-xyz.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fca90dc71f4..cfb6c462daf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38818,27 +38818,6 @@ You can set the following @code{tcolor} arguments:
 programs that can interact with Telegram.")
     (license license:expat)))
 
-(define-public python-tempdir
-  (package
-    (name "python-tempdir")
-    (version "0.7.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "tempdir" version))
-       (sha256
-        (base32 "13msyyxqbicr111a294x7fsqbkl6a31fyrqflx3q7k547gnq15k8"))))
-    (build-system pyproject-build-system)
-    (arguments (list #:tests? #f)) ; No tests.
-    (native-inputs (list python-setuptools))
-    (home-page "https://pypi.org/project/tempdir/";)
-    (synopsis "Python library for managing temporary directories")
-    (description
-     "This library manages temporary directories that are automatically
-deleted with all their contents when they are no longer needed.  It is
-particularly convenient for use in tests.")
-    (license license:expat)))
-
 (define-public python-tempora
   (package
     (name "python-tempora")

Reply via email to