diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 19:41:30 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:40 +0100 |
| commit | 86eeec55a76ad7da8f7be85835dd52b8a03f8ad6 (patch) | |
| tree | 22a92d1b19396bee1c03efcfec355030fdeca46b | |
| parent | b58886839962835d3c44c1b00b6da52404f8188e (diff) | |
gnu: Remove python-lockfile.
* gnu/packages/python-xyz.scm (python-lockfile): Delete variable.
Fixes: guix/guix#5104
Change-Id: Ib9b0787527d1a9db7819fb823cf2cbe9e4b1a102
| -rw-r--r-- | gnu/packages/python-xyz.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1278f46bfc7..9fc6518d08b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5862,28 +5862,6 @@ conventions and aliases in the same expression.") commonly used storage backends.") (license license:expat))) -(define-public python-lockfile - (package - (name "python-lockfile") - (version "0.12.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "lockfile" version)) - (sha256 - (base32 - "16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba")))) - (build-system python-build-system) - (arguments '(#:test-target "check")) - (native-inputs - (list python-pbr)) - (home-page "https://launchpad.net/pylockfile") - (synopsis "Platform-independent file locking module") - (description - "The lockfile package exports a LockFile class which provides a simple -API for locking files.") - (license license:expat))) - (define-public python-fb-re2 (package (name "python-fb-re2") |
