mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Add python-portalocker.
* gnu/packages/python-xyz.scm (python-portalocker): New variable.
This commit is contained in:
parent
dd587a4fef
commit
c0e510dfa3
1 changed files with 22 additions and 0 deletions
|
@ -3906,6 +3906,28 @@ a certain expected condition.")
|
||||||
Cython for speed.")
|
Cython for speed.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-portalocker
|
||||||
|
(package
|
||||||
|
(name "python-portalocker")
|
||||||
|
(version "2.7.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "portalocker" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0lawjm736vs86wlnxc3qqh37l11z0yx81xq3dmrw33m86kaq2bh3"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-pytest
|
||||||
|
python-pytest-cov
|
||||||
|
python-pytest-mypy
|
||||||
|
python-pytest-timeout
|
||||||
|
python-redis))
|
||||||
|
(home-page "https://github.com/WoLpH/portalocker")
|
||||||
|
(synopsis "Python library for file locking")
|
||||||
|
(description "Portalocker is a library to provide an easy API to file
|
||||||
|
locking..")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-poyo
|
(define-public python-poyo
|
||||||
(package
|
(package
|
||||||
(name "python-poyo")
|
(name "python-poyo")
|
||||||
|
|
Loading…
Add table
Reference in a new issue