mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove python-lockfile.
* gnu/packages/python-xyz.scm (python-lockfile): Delete variable. Fixes: guix/guix#5104 Change-Id: Ib9b0787527d1a9db7819fb823cf2cbe9e4b1a102
This commit is contained in:
parent
4fb18a19eb
commit
bdb5a94a88
1 changed files with 0 additions and 22 deletions
|
|
@ -5833,28 +5833,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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue