mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-filelock-3.5.
* gnu/packages/python-xyz.scm (python-filelock-3.5): New variable.
This commit is contained in:
parent
181714e5f8
commit
5eac2bbb71
1 changed files with 20 additions and 0 deletions
|
@ -2297,6 +2297,26 @@ a platform independent file lock in Python, which provides a simple way of
|
||||||
inter-process communication.")
|
inter-process communication.")
|
||||||
(license license:unlicense)))
|
(license license:unlicense)))
|
||||||
|
|
||||||
|
(define-public python-filelock-3.5
|
||||||
|
(package
|
||||||
|
(name "python-filelock")
|
||||||
|
(version "3.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "filelock" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"058av1r760ws7z6qffsjpqa39fmdxw0s1wnyr7p50y3zclg6cyqk"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-pytest python-setuptools-scm))
|
||||||
|
(home-page "https://github.com/tox-dev/py-filelock")
|
||||||
|
(synopsis "Platform independent file lock")
|
||||||
|
(description "@code{filelock} contains a single module implementing
|
||||||
|
a platform independent file lock in Python, which provides a simple way of
|
||||||
|
inter-process communication.")
|
||||||
|
(license license:unlicense)))
|
||||||
|
|
||||||
(define-public python-semantic-version
|
(define-public python-semantic-version
|
||||||
(package
|
(package
|
||||||
(name "python-semantic-version")
|
(name "python-semantic-version")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue